redox/alloc/hole_list_allocator/Cargo.toml
2016-08-15 15:27:32 -06:00

13 lines
244 B
TOML

[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
name = "hole_list_allocator"
version = "0.1.0"
[dependencies]
linked_list_allocator = "0.2.0"
spin = "0.3.5"
[dependencies.lazy_static]
version = "0.2.1"
features = ["spin_no_std"]