[package] name = "coonboot" version = "0.1.0" authors = ["rirush"] [dependencies] uefi = { git = "https://github.com/GabrielMajeri/uefi-rs" } uefi-alloc = { git = "https://github.com/GabrielMajeri/uefi-rs" } uefi-exts = { git = "https://github.com/GabrielMajeri/uefi-rs" } uefi-logger = { git = "https://github.com/GabrielMajeri/uefi-rs" } uefi-services = { git = "https://github.com/GabrielMajeri/uefi-rs" } log = { version = "0.4", default-features = false } serde = { version = "1.0", default-features = false, features = ["alloc"] } serde_derive = "1.0" serde-json-core = "0.0.1"