chore(interop): Change structopt to clap (#882)
This commit is contained in:
+1
-1
@@ -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"]}
|
||||
|
||||
Reference in New Issue
Block a user