aboutsummaryrefslogtreecommitdiff
path: root/bunny/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bunny/Cargo.toml')
-rw-r--r--bunny/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/bunny/Cargo.toml b/bunny/Cargo.toml
index e8a5617..d267550 100644
--- a/bunny/Cargo.toml
+++ b/bunny/Cargo.toml
@@ -6,6 +6,9 @@ build = "build.rs"
edition = "2018"
[dependencies]
-efi = { path = "libefi" }
+uefi = "*"
+uefi-services = "*"
x86_64 = "*"
volatile = "*"
+log = { version = "*", default-features = false }
+rlibc = "*"