sailfish/Cargo.toml
2024-08-25 20:55:36 -04:00

10 lines
148 B
TOML

[workspace]
members = [
"sailfish",
"sailfish-compiler",
"sailfish-macros",
"sailfish-tests/integration-tests"
]
exclude = [
"examples"
]