summaryrefslogtreecommitdiff
path: root/commands/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Cargo.toml')
-rw-r--r--commands/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/Cargo.toml b/commands/Cargo.toml
index 330bb6d..476f3e5 100644
--- a/commands/Cargo.toml
+++ b/commands/Cargo.toml
@@ -6,9 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-log = "0.4.20"
uefi = { version = "0.26.0", features = ["alloc"] }
-uefi-services = { version = "0.23.0", features = ["logger"], default-features = false }
+uefi-services = { version = "0.23.0", features = [], default-features = false }
build-info = { version = "0.0.34", features = [], default-features = false }
toolkit = { path = "../toolkit" }