feat: update clap

This commit is contained in:
2022-07-02 18:37:22 +08:00
parent c62a12f369
commit 3c67fcb5bc
3 changed files with 107 additions and 4 deletions

View File

@@ -6,10 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33"
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust_util = "0.6"
rust_util = { version = "0.6", features = ["use_clap"] }
tokio = { version = "1.19", features = ["full"] }
serde_derive = "1.0"
warp = "0.3"
warp = "0.3"