talc/Cargo.toml
2024-02-21 11:04:18 -05:00

8 lines
81 B
TOML

[workspace]
members = [
"talc-lang",
"talc-bin",
"talc-std",
]
resolver = "2"