chore(interop): Change structopt to clap (#882)

This commit is contained in:
tottoto
2022-02-15 11:07:08 -05:00
committed by GitHub
parent dee2ab52ff
commit a542bf4dc0
3 changed files with 38 additions and 44 deletions
+1 -1
View File
@@ -17,6 +17,7 @@ path = "src/bin/server.rs"
[dependencies]
async-stream = "0.3"
bytes = "1.0"
clap = {version = "3", features = ["derive"]}
console = "0.14"
futures-core = "0.3"
futures-util = "0.3"
@@ -25,7 +26,6 @@ http-body = "0.4.2"
hyper = "0.14"
prost = "0.9"
prost-derive = "0.9"
structopt = "0.3"
tokio = {version = "1.0", features = ["rt-multi-thread", "time", "macros", "fs"]}
tokio-stream = "0.1"
tonic = {path = "../tonic", features = ["tls"]}