[package] name = "efw" description = "Framework for writing UEFI applications" version = "0.1.0" authors = ["Richard Wiedenhöft "] edition = "2018" license = "MIT" repository = "https://github.com/richard-w/efw" [lib] path = "src/lib.rs" test = false [dependencies] late-static = "0.3" r-efi = "2.1" ucs2 = "0.1"