Skip to content

Commit

Permalink
Publish the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-msp committed Apr 2, 2024
1 parent 48c19bd commit 21c0918
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ version = "0.1.0"
edition = "2021"
license = "MIT"

[lib]
path = "src/lib.rs"

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
csv = "1.3.0"
Expand Down
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mod transcribe;

pub use transcribe::*;

0 comments on commit 21c0918

Please sign in to comment.