From a4853f8fdabad445f49968d063f736f0f461314e Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 10 Feb 2025 22:22:45 -0600 Subject: basic cli functionality --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.lock') 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]] -- cgit v1.2.3-70-g09d2