Skip to content

Commit

Permalink
blsforme: Expose CmdlineEntry
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 2, 2025
1 parent dec1053 commit 67f1f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blsforme/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub mod file_utils;

mod entry;

pub use entry::Entry;
pub use entry::{CmdlineEntry, Entry};

/// Core error type for blsforme
#[derive(Debug, Error)]
Expand Down

0 comments on commit 67f1f12

Please sign in to comment.