mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
15 lines
241 B
TOML
15 lines
241 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/tuono",
|
|
"crates/tuono_lib",
|
|
"crates/tuono_lib_macros",
|
|
]
|
|
exclude = [
|
|
"apps/documentation",
|
|
"examples/wit-mdx",
|
|
"examples/tuono-app",
|
|
"examples/tuono-tutorial",
|
|
"benches/tuono"
|
|
]
|