13 lines
195 B
TOML
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"
|
|
|
|
|