mirror of
https://github.com/obhq/obliteration.git
synced 2025-04-02 11:02:08 -04:00
17 lines
462 B
TOML
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" }
|