summaryrefslogtreecommitdiff
path: root/crates/alloc_vma_tree/Cargo.toml
blob: 20b11890851eeec3c82ae9b4ad2741b01ad24a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "vernos_alloc_vma_tree"
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 }
ghost-cell = { version = "0.2.6", default-features = false }
static-rc = { version = "0.6.1", default-features = false }
vernos_utils = { path = "../utils" }