diff options
| author | 2025-02-07 01:41:37 -0600 | |
|---|---|---|
| committer | 2025-02-07 01:41:37 -0600 | |
| commit | 4f6f6d5d6a2ca04eaf525fbfb6f965e9200bae91 (patch) | |
| tree | 64782ab98f2746569285ec6d0e3720698fc55164 /ozone-cli/Cargo.toml | |
| parent | wip: some changes (diff) | |
more work on cli
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"] } |
