chore(interop): Use pico-args instead of clap (#1242)

This commit is contained in:
tottoto
2023-02-07 09:45:32 -05:00
committed by GitHub
parent 09c13fac90
commit 2e3e9acf7b
3 changed files with 30 additions and 21 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ path = "src/bin/server.rs"
[dependencies]
async-stream = "0.3"
clap = {version = ">=4.0.26, <4.1", features = ["derive"]}
clap_lex = "=0.3.0" # keeps msrv to 1.60
strum = {version = "0.24", features = ["derive"]}
pico-args = {version = "0.5", features = ["eq-separator"]}
console = "0.15"
futures-core = "0.3"
futures-util = "0.3"