obliteration/kernel/Cargo.toml
2025-03-15 19:03:07 +01:00

17 lines
462 B
TOML

[package]
name = "obkrnl"
version = "0.1.0"
edition = "2024"
[dependencies]
bitfield-struct = "0.10.1"
bitflag = { path = "../lib/bitflag" }
config = { path = "../config" }
hashbrown = "0.14.5"
krt = { path = "../lib/krt" }
macros = { path = "../macros" }
talc = { version = "4.4.1", default-features = false }
thiserror = { version = "2.0.12", default-features = false }
[target.'cfg(target_arch = "x86_64")'.dependencies]
x86-64 = { path = "../lib/x86-64" }