Skip to content

Commit

Permalink
clap is only needed for development
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 13, 2023
1 parent 6b2c728 commit d78ec26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ edition = "2021"

[dependencies]
bytesize = "1.3.0"
clap = { version = "4.4.6", features = ["derive"] }
fst-native = "0.6.3"
leb128 = "0.2.5"
lz4_flex = "0.11.1"
Expand All @@ -23,3 +22,5 @@ string-interner = { version = "0.14.0", features = ["std", "inline-more", "backe
[dev-dependencies]
itertools = "0.11.0"
vcd = "0.7.0"
clap = { version = "4.4.6", features = ["derive"] }

0 comments on commit d78ec26

Please sign in to comment.