talc/Cargo.toml

15 lines
214 B
TOML
Raw Normal View History

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