aboutsummaryrefslogtreecommitdiff
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index 98cec15..ba74ee9 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -12,10 +12,11 @@ jellyclient = { path = "../client" }
log = { workspace = true }
env_logger = "0.11.3"
anyhow = "1.0.82"
-clap = { version = "4.5.4", features = ["derive"] }
reqwest = { workspace = true }
indicatif = "0.17.8"
tokio = { workspace = true }
+clap = { version = "4.5.4", features = ["derive"] }
+clap_complete = "4.5.2"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"