talc/Cargo.toml
2024-11-04 21:39:24 -05:00

13 lines
195 B
TOML

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