diff options
Diffstat (limited to 'ozone-cli/Cargo.toml')
| -rw-r--r-- | ozone-cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ozone-cli/Cargo.toml b/ozone-cli/Cargo.toml index dbbda5d..7f1aad2 100644 --- a/ozone-cli/Cargo.toml +++ b/ozone-cli/Cargo.toml @@ -9,3 +9,4 @@ tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "macros"] } simple_logger = { version = "5.0.0", features = ["colors"] } log = "0.4.25" clap = { version = "4.5.27", features = ["derive", "cargo"] } +clap_complete = { version = "4.5.44", features = ["unstable-dynamic"] } |
