mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
11 lines
148 B
TOML
11 lines
148 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/tuono",
|
|
"crates/tuono_lib",
|
|
"crates/tuono_lib_macros",
|
|
]
|
|
exclude = [
|
|
"examples/playground"
|
|
]
|