Skip to content

Commit

Permalink
refactor cmdline interface
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillLykov committed Mar 18, 2022
1 parent a63dee8 commit f533988
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 256 deletions.
2 changes: 1 addition & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
bincode = "1.3.3"
clap = "2.33.1"
clap = {version = "3.1.5", features = ["derive", "cargo"]}
log = "0.4.14"
rand = "0.7.0"
serde = "1.0.136"
Expand Down
Loading

0 comments on commit f533988

Please sign in to comment.