Skip to content

Commit

Permalink
replace structopt crate with clap to get really rid of atty
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 committed Jun 11, 2024
1 parent 7c9e51c commit 62ee24d
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 134 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 1.1.4 (unreleased)
- Replace structopt crate with clap to get really rid of atty

## 1.1.3 (10.06.2024)
- Update rustyline to v13.0
Expand Down
210 changes: 92 additions & 118 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 @@ -16,7 +16,6 @@ path = "src/main.rs"

[dependencies]
json = "0.12.4"
structopt = "0.3"
rmpv = { version = "1.3", features = ["with-serde"] }
rmp-serde = "1.3"
serde_json = "1.0"
Expand All @@ -31,3 +30,4 @@ openssl = "0.10"
openssl-sys = "0.9"
hex = "0.4"
current_platform = "0.2"
clap = { version = "4.5.7", features = ["derive"] }
Loading

0 comments on commit 62ee24d

Please sign in to comment.