mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-17 04:32:27 +00:00
11 lines
146 B
TOML
11 lines
146 B
TOML
[package]
|
|
name = "heap"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
NovaError = {path = "../NovaError"}
|
|
|
|
[dev-dependencies]
|
|
rand = "0.9.2"
|