15 lines
374 B
TOML
Raw Normal View History

[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]
2024-03-12 18:17:47 +02:00
yggdrasil-abi = { path = "../../../../lib/abi" }
kernel-arch-interface = { path = "../../../arch/interface" }
2024-07-28 12:53:30 +03:00
bitflags = "2.6.0"
bytemuck = { version = "1.16.1", features = ["derive"] }