dotfiles/templates/rust-monorepo/Cargo.toml

6 lines
57 B
TOML

[workspace]
members = [
"packages/*",
"exec/*"
]