15 lines
374 B
TOML

[package]
name = "libk-mm-interface"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yggdrasil-abi = { path = "../../../../lib/abi" }
kernel-arch-interface = { path = "../../../arch/interface" }
bitflags = "2.6.0"
bytemuck = { version = "1.16.1", features = ["derive"] }