12 lines
370 B
TOML
12 lines
370 B
TOML
[package]
|
|
name = "loader"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
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 = {version = "0.28.0"}
|
|
x86_64 = {version = "0.15.1", default-features = false, features = ["instructions"]}
|