9 lines
225 B
TOML
9 lines
225 B
TOML
[package]
|
|
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
|
name = "hole_list_allocator"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
linked_list_allocator = { git = "https://github.com/phil-opp/linked-list-allocator.git" }
|
|
spin = "*"
|