2023-10-01 16:58:46 +03:00
|
|
|
[package]
|
|
|
|
name = "vmalloc"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-12-11 03:04:49 +02:00
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
2023-10-01 16:58:46 +03:00
|
|
|
|
|
|
|
# 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
|
2023-10-01 16:58:46 +03:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
discrete_range_map.workspace = true
|
2023-12-31 12:50:16 +02:00
|
|
|
|
2023-10-01 16:58:46 +03:00
|
|
|
[dev-dependencies]
|
|
|
|
itertools = "0.11.0"
|
|
|
|
proptest = "1.2.0"
|
2024-10-11 15:29:41 +03:00
|
|
|
|
2024-11-19 19:33:08 +02:00
|
|
|
[lints]
|
|
|
|
workspace = true
|