Mycelium/mycelium/Cargo.toml
Ava Affine 135c84f7ef
Some checks failed
per-push tests / build (push) Failing after 47s
per-push tests / test-frontend (push) Has been skipped
per-push tests / timed-decomposer-parse (push) Has been skipped
per-push tests / test-utility (push) Has been skipped
per-push tests / test-backend (push) Has been skipped
normalize edition to 2024
Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-07-17 15:49:50 -07:00

8 lines
130 B
TOML

[package]
name = "mycelium"
version = "0.1.0"
edition = "2024"
[dependencies]
num = { version = "0.4.3", features = ["alloc"] }