Skip to content

Commit

Permalink
cargo update and use clap rather than structopt
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledapo committed Feb 1, 2023
1 parent 6b19a29 commit a4fd50c
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 107 deletions.
195 changes: 102 additions & 93 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2018"

[dependencies]
byteorder = "1.4"
clap = {version = "3.2", features = ["derive"]}
num-traits = "0.2"
structopt = "0.3"
termion = "1.5"

[dev-dependencies]
Expand Down
Loading

0 comments on commit a4fd50c

Please sign in to comment.