All checks were successful
per-push tests / build (push) Successful in 38s
per-push tests / test-frontend (push) Successful in 40s
per-push tests / test-utility (push) Successful in 39s
per-push tests / test-backend (push) Successful in 34s
per-push tests / timed-decomposer-parse (push) Successful in 36s
Signed-off-by: Ava Affine <ava@sunnypup.io>
8 lines
130 B
TOML
8 lines
130 B
TOML
[package]
|
|
name = "mycelium"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
num = { version = "0.4.3", features = ["alloc"] }
|
|
|