9 lines
152 B
TOML
9 lines
152 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
tracing = "0.1.40"
|
|
|
|
treehouse-format = { path = "crates/treehouse-format" }
|