summaryrefslogtreecommitdiff
path: root/commands/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Cargo.toml')
-rw-r--r--commands/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/commands/Cargo.toml b/commands/Cargo.toml
deleted file mode 100644
index 476f3e5..0000000
--- a/commands/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[package]
-name = "commands"
-version = "0.1.0"
-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 }
-toolkit = { path = "../toolkit" }
-
-[build-dependencies]
-build-info-build = "0.0.34"