summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 2 insertions, 18 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7d9488..f325814 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,19 +1,3 @@
[workspace]
-
-[package]
-name = "cometos"
-version = "0.1.0-DR.2"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-uefi = { version = "0.26.0", features = ["alloc"] }
-uefi-services = { version = "0.23.0", features = [], default-features = false }
-build-info = { version = "0.0.34", features = [], default-features = false }
-userland = { path = "userland" }
-toolkit = { path = "toolkit" }
-commands = { path = "commands" }
-
-[build-dependencies]
-build-info-build = "0.0.34" \ No newline at end of file
+resolver = "2"
+members = [ "desktop", "loader", "toolkit"]