talc/Cargo.toml
2024-11-12 15:40:51 -05:00

15 lines
214 B
TOML

[workspace]
members = ["talc-lang", "talc-bin", "talc-std", "talc-macros"]
resolver = "2"
[profile.release]
[profile.release-opt]
inherits = "release"
lto = "fat"
strip = true
codegen-units = 1
panic = "abort"