Mycelium/decomposer/Cargo.toml
Ava Affine c798cde966
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
normalize edition to 2024
Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-07-17 15:55:28 -07:00

9 lines
215 B
TOML

[package]
name = "decomposer"
version = "0.1.0"
edition = "2024"
authors = ["Ava Affine <ava@sunnypup.io>"]
[dependencies]
clap = { version = "4.5.38", features = [ "derive" ] }
mycelium = { path = "../mycelium" }