diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-16 18:15:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-16 18:15:47 +0200 |
commit | ddf52f02d66abfee17a4105503220a9a34064f29 (patch) | |
tree | bb01d20ef9daea32730b98af8b159e87eea15704 /tool/Cargo.toml | |
parent | 783198703569dd1d1c17f2b3a40a62f20a6f8a44 (diff) | |
download | jellything-ddf52f02d66abfee17a4105503220a9a34064f29.tar jellything-ddf52f02d66abfee17a4105503220a9a34064f29.tar.bz2 jellything-ddf52f02d66abfee17a4105503220a9a34064f29.tar.zst |
jellytool completion generator
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r-- | tool/Cargo.toml | 3 |
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" |