2024-02-06 12:27:02 +02:00
|
|
|
[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-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
kernel-arch-interface.workspace = true
|
2024-02-06 12:27:02 +02:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
bitflags.workspace = true
|
|
|
|
bytemuck.workspace = true
|
2024-10-11 15:29:41 +03:00
|
|
|
|
2024-11-19 19:33:08 +02:00
|
|
|
[lints]
|
|
|
|
workspace = true
|