treehouse/Cargo.toml

10 lines
149 B
TOML

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