summaryrefslogtreecommitdiffstats
path: root/ozone-cli/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-02-10 22:22:45 -0600
committerLibravatar bigfoot547 <[email protected]>2025-02-10 22:22:45 -0600
commita4853f8fdabad445f49968d063f736f0f461314e (patch)
tree941a49ef58996d4d4e83c65c179f11d81a27a99c /ozone-cli/Cargo.toml
parentlast commit before rewriting settings system?? (diff)
basic cli functionality
Diffstat (limited to 'ozone-cli/Cargo.toml')
-rw-r--r--ozone-cli/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ozone-cli/Cargo.toml b/ozone-cli/Cargo.toml
index 7f1aad2..db6503b 100644
--- a/ozone-cli/Cargo.toml
+++ b/ozone-cli/Cargo.toml
@@ -10,3 +10,6 @@ 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"] }
+lazy_static = "1.5.0"
+regex = "1.11.1"
+uuid = { version = "1.12.1", features = ["v4"] }