talc/Cargo.toml

13 lines
195 B
TOML
Raw Normal View History

2024-02-21 11:04:18 -05:00
[workspace]
2024-02-27 10:56:32 -05:00
members = ["talc-lang", "talc-bin", "talc-std", "talc-macros"]
2024-02-21 11:04:18 -05:00
resolver = "2"
2024-03-07 19:38:57 -05:00
2024-11-04 21:39:24 -05:00
[profile.release-opt]
2024-03-07 19:38:57 -05:00
inherits = "release"
lto = "fat"
2024-11-04 21:39:24 -05:00
strip = true
codegen-units = 1
panic = "abort"