mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
9 lines
104 B
TOML
9 lines
104 B
TOML
[workspace]
|
|
members = [
|
|
"crates/cli",
|
|
"crates/axum_bundler"
|
|
]
|
|
exclude = [
|
|
"examples/playground"
|
|
]
|