12 lines
293 B
TOML
12 lines
293 B
TOML
[package]
|
|
name = "loader"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bitfield = "0.15.0"
|
|
com_logger = { git = "https://git.strypsteen.com/mathieu/com_logger", version = "0.1.1" }
|
|
elf = {version = "0.7.4", default-features = false}
|
|
log = "0.4.22"
|
|
static-alloc = "0.2.5"
|
|
uefi = "0.29.0"
|