Skip to content

Commit 67f1f12

Browse files
committed
blsforme: Expose CmdlineEntry
Signed-off-by: Ikey Doherty <[email protected]>
1 parent dec1053 commit 67f1f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blsforme/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub mod file_utils;
2525

2626
mod entry;
2727

28-
pub use entry::Entry;
28+
pub use entry::{CmdlineEntry, Entry};
2929

3030
/// Core error type for blsforme
3131
#[derive(Debug, Error)]

0 commit comments

Comments
 (0)