From 56b399a7d79a36304a93adab67220ae2af1b93a9 Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Mon, 1 Oct 2018 21:41:35 -0400 Subject: Switch to uefi-rs --- bunny/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bunny/Cargo.toml') 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 = "*" -- cgit v1.2.3-54-g00ecf