2024-02-05 11:55:50 +02:00
|
|
|
[package]
|
|
|
|
name = "libk-mm"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
kernel-arch.workspace = true
|
|
|
|
libk-util.workspace = true
|
|
|
|
libk-mm-interface.workspace = true
|
|
|
|
vmalloc.workspace = true
|
2024-02-05 11:55:50 +02:00
|
|
|
|
2024-06-09 13:43:56 +03:00
|
|
|
libyalloc = { path = "../../../lib/libyalloc", default-features = false, features = ["dep-of-kernel"] }
|
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
log.workspace = true
|
2024-07-29 15:55:00 +03:00
|
|
|
|
|
|
|
[lints.rust]
|
|
|
|
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }
|