mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-09-26 19:17:13 +00:00
11 lines
148 B
TOML
11 lines
148 B
TOML
[package]
|
|
name = "heap"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
nova_error = {path = "../nova_error"}
|
|
|
|
[dev-dependencies]
|
|
rand = "0.9.2"
|