mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
9 lines
171 B
TOML
9 lines
171 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"
|