summaryrefslogtreecommitdiff
path: root/crates/alloc_buddy/Cargo.toml
blob: 43e1cee045813a1fd3151377e7e74244a91b8c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vernos_alloc_buddy"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
allocator-api2 = { version = "0.2.18", default-features = false }
contracts = { version = "0.6.3", default-features = false }
static_assertions = { version = "1.1.0", default-features = false }
vernos_alloc_physmem_free_list = { path = "../alloc_physmem_free_list" }
vernos_utils = { path = "../utils" }

[dev-dependencies]
proptest = { version = "0.9.6", default-features = false, features = ["std"] }
nix = { version = "0.29.0", default-features = false, features = ["mman"] }