summaryrefslogtreecommitdiffstats
path: root/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 /Cargo.toml
parentrandom changes (diff)
restructure project
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml33
1 files changed, 1 insertions, 32 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6b34197..5360866 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,33 +1,2 @@
-[package]
-name = "o3launcher"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-cfg-if = "1.0.0"
-chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] }
-const_format = "0.2.34"
-futures = "0.3.31"
-indexmap = { version = "2.7.1", features = ["serde"] }
-lazy_static = "1.5.0"
-log = "0.4.22"
-lzma-rs = { version = "0.3.0", features = ["stream"] }
-multimap = { version = "0.10.0", features = ["serde"] }
-oauth2 = "5.0.0"
-regex = "1.11.1"
-reqwest = { version = "0.12.12", features = ["json", "stream"] }
-serde = { version = "1.0.216", features = ["derive"] }
-serde_json = "1.0.133"
-sha1_smol = { version = "1.0.1", features = ["alloc", "std", "serde"] }
-sysinfo = { version = "0.33.1", features = ["system", "multithread"] }
-tokio = { version = "1.42.0", features = ["fs", "io-util", "sync", "rt", "macros"] }
-tokio-stream = { version = "0.1.17", features = ["fs"] }
-uuid = { version = "1.12.1", features = ["v4", "serde"] }
-walkdir = "2.5.0"
-zip = { version = "2.2.2", default-features = false, features = ["bzip2", "deflate", "deflate64", "lzma", "xz"] }
-
-[dev-dependencies]
-simple_logger = "5.0.0"
-
[workspace]
-members = [ "ozone-cli", "ozone-ui" ]
+members = [ "ozone", "ozone-cli", "ozone-helpers", "ozone-ui" ]