summaryrefslogtreecommitdiffstats
path: root/ozone-cli/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-14 20:09:03 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-14 20:09:03 -0600
commit803f26c7a805e20cefb4b5d84c6fb7a654fd1628 (patch)
tree136d7b2609be66bed75d33c4e3c732be9e682345 /ozone-cli/Cargo.toml
parentverify libraries when offline (diff)
add logger config stuffs
Diffstat (limited to 'ozone-cli/Cargo.toml')
-rw-r--r--ozone-cli/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ozone-cli/Cargo.toml b/ozone-cli/Cargo.toml
index 730a37f..e60a539 100644
--- a/ozone-cli/Cargo.toml
+++ b/ozone-cli/Cargo.toml
@@ -7,5 +7,4 @@ edition = "2021"
sysinfo = { version = "0.33.1", features = ["system", "multithread"] }
o3launcher = { path = ".." }
tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "macros"] }
-tokio-macros = "2.5.0"
simple_logger = { version = "5.0.0", features = ["colors"] }