os/loader/Cargo.toml
Mathieu Strypsteen f930bb2fd0
All checks were successful
Build / build (push) Successful in 3m16s
Fix locking heap
2024-12-27 08:27:09 +01:00

16 lines
323 B
TOML

[package]
name = "loader"
version = "0.0.1"
edition = "2021"
license = "Unlicense"
[dependencies]
elf = { version = "0.7.4", default-features = false }
kernel-common = { path = "../lib/kernel-common" }
log = "0.4.22"
raw-cpuid = "11.2.0"
static-alloc = "0.2.5"
uefi = "0.33.0"
[lints.clippy]
missing_safety_doc = "allow"