treehouse/Cargo.toml

11 lines
194 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
tracing = "0.1.40"
treehouse-format = { path = "crates/treehouse-format" }
[profile.dev]
package.webp.opt-level = 3