[package] name = "uefi-gol" version = "0.1.0" edition = "2021" authors = [ "Tim Schubert "] license = "MIT OR Apache-2.0" [dependencies] log = "0.4.22" uefi = { version = "0.34.0", features = ["logger", "global_allocator", "panic_handler"] }