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
Signed-off-by: Ava Affine <ava@sunnypup.io>
9 lines
215 B
TOML
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" }
|