Skip to content

Commit ef4ae3e

Browse files
committed
cli updates
1 parent e25b3fa commit ef4ae3e

File tree

5 files changed

+260
-181
lines changed

5 files changed

+260
-181
lines changed

Cargo.lock

Lines changed: 15 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tinydancer/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ spinoff = { version = "0.7.0", features = ["dots", "arc", "line"] }
5959
tiny-logger={path="../logger", version="1.16.0"}
6060
solana-metrics="1.15.0"
6161
solana-measure = "1.15.0"
62-
clap = { version = "4.1.1", features = ["derive", "env"] }
62+
clap = { version = "3.2.23", features = ["derive", "env"] }
6363
tower-http = { version = "0.4.0", features = ["full"] }
6464
hyper = "0.14.25"
6565
tower = "0.4.13"
66+
home = "0.5.4"
6667
# colored = "2.0.0"
6768
# ctrlc = "3.2.5"
6869

0 commit comments

Comments
 (0)