summaryrefslogtreecommitdiffstats
path: root/ozone-cli/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-02-01 23:06:37 -0600
committerLibravatar bigfoot547 <[email protected]>2025-02-01 23:06:37 -0600
commitc19a1077e85334a3e5ba885a60b03d76409a2b2e (patch)
tree5e726e8180770ac9c2f6c415a0437d6d2c29c226 /ozone-cli/Cargo.toml
parentrandom changes (diff)
restructure project
Diffstat (limited to 'ozone-cli/Cargo.toml')
-rw-r--r--ozone-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone-cli/Cargo.toml b/ozone-cli/Cargo.toml
index bdcec85..61b7808 100644
--- a/ozone-cli/Cargo.toml
+++ b/ozone-cli/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
sysinfo = { version = "0.33.1", features = ["system", "multithread"] }
-o3launcher = { path = ".." }
+ozone = { path = "../ozone" }
tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "macros"] }
simple_logger = { version = "5.0.0", features = ["colors"] }
log = "0.4.25"