summaryrefslogtreecommitdiff
path: root/crates/alloc_physmem_free_list/Cargo.toml
blob: 32a210cb251e6ed01aa41702f322f3ace32e6af0 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "vernos_alloc_physmem_free_list"
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 }