aboutsummaryrefslogtreecommitdiff
path: root/bunny/Cargo.toml
diff options
context:
space:
mode:
authorNick Shipp <nick@shipp.ninja>2018-10-01 21:41:35 -0400
committerNick Shipp <nick@shipp.ninja>2018-10-01 21:41:35 -0400
commit56b399a7d79a36304a93adab67220ae2af1b93a9 (patch)
tree1f0dfe19ff76c41b7cbb241b3f788019da8f2c23 /bunny/Cargo.toml
parenta10f50a5f908e77cd350afe91cdf66821172a5b3 (diff)
Switch to uefi-rs
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..119113b 100644
--- a/bunny/Cargo.toml
+++ b/bunny/Cargo.toml
@@ -6,6 +6,9 @@ build = "build.rs"
edition = "2018"
[dependencies]
-efi = { path = "libefi" }
+uefi = { path = "uefi-rs" }
+uefi-exts = { path = "uefi-rs/uefi-exts" }
+uefi-services = { path = "uefi-rs/uefi-services" }
x86_64 = "*"
volatile = "*"
+log = "*"