summaryrefslogtreecommitdiff
path: root/crates/alloc_vma_tree/Cargo.toml
blob: a9277693d88717a7e05419ce8a40d8681e94c63a (plain)
1
2
3
4
5
6
7
8
9
10
[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 }
vernos_utils = { path = "../utils" }