talc/Cargo.toml

8 lines
146 B
TOML
Raw Permalink 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
[profile.release-lto]
inherits = "release"
lto = "fat"