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