summaryrefslogtreecommitdiffstats
path: root/ozone-cli/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-12 03:58:01 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-12 03:58:01 -0600
commitc0986823af246ccee2247b881974a2b7ce6ee491 (patch)
tree9dcb8a66692d5c0067450c60e1de72bd4fce92a5 /ozone-cli/Cargo.toml
parentuse a macro for map_err (diff)
add some logging and stuff
Diffstat (limited to 'ozone-cli/Cargo.toml')
-rw-r--r--ozone-cli/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ozone-cli/Cargo.toml b/ozone-cli/Cargo.toml
index c4b3dd0..730a37f 100644
--- a/ozone-cli/Cargo.toml
+++ b/ozone-cli/Cargo.toml
@@ -4,4 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-sysinfo = { version = "0.33.1", features = ["system", "multithread"] } \ No newline at end of file
+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"] }