7 lines
132 B
TOML
7 lines
132 B
TOML
|
[workspace]
|
||
|
members = ["crates/*"]
|
||
|
resolver = "2"
|
||
|
|
||
|
[workspace.dependencies]
|
||
|
treehouse-format = { path = "crates/treehouse-format" }
|