[package] name = "bunny" version = "0.1.0" authors = ["Nick Shipp "] build = "build.rs" edition = "2018" [dependencies] uefi = "*" uefi-services = "*" x86_64 = "*" volatile = "*" log = { version = "*", default-features = false } rlibc = "*"