Skip to content

Commit

Permalink
threw away the invented wheel and used clap for command line parsing (#7
Browse files Browse the repository at this point in the history
)
  • Loading branch information
garikello3d committed Dec 30, 2023
1 parent a140556 commit 62f7a44
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 365 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ codegen-units = 1
strip = true

[dependencies]
clap = { version = "4.4.12", features = ["derive"] }
libc = "0.2.151"
liblzma = { version = "0.2.1", features = ["parallel", "static"] }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
Expand Down

0 comments on commit 62f7a44

Please sign in to comment.