treehouse/Cargo.toml

9 lines
148 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
log = "0.4.20"
treehouse-format = { path = "crates/treehouse-format" }