Mycelium/hyphae/Cargo.toml

13 lines
261 B
TOML
Raw Normal View History

[package]
name = "hyphae"
version = "0.1.0"
edition = "2024"
[dependencies]
mycelium = { path = "../mycelium" }
num = { version = "0.4.3", features = ["alloc"] }
[build-dependencies]
serde = { version = "1.0", features = ["alloc", "derive"] }
toml = "0.8.23"