talc/Cargo.toml
2024-03-07 19:38:57 -05:00

8 lines
146 B
TOML

[workspace]
members = ["talc-lang", "talc-bin", "talc-std", "talc-macros"]
resolver = "2"
[profile.release-lto]
inherits = "release"
lto = "fat"