summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parentlast commit before rewriting settings system?? (diff)
basic cli functionality
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b818ed7..1ebf372 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3537,10 +3537,13 @@ version = "0.1.0"
dependencies = [
"clap",
"clap_complete",
+ "lazy_static",
"log",
"ozone",
+ "regex",
"simple_logger",
"tokio",
+ "uuid",
]
[[package]]