http-boot-client/Cargo.toml

10 lines
198 B
TOML

[package]
name = "http_boot_client"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4.19"
uefi = { version = "0.24.0", features = ["alloc"] }
uefi-raw = "0.3.0"
uefi-services = "0.21.0"