mirror of
https://github.com/logos-storage/hs-mix-sim.git
synced 2026-07-29 14:45:59 +00:00
11 lines
110 B
TOML
11 lines
110 B
TOML
[workspace]
|
|
|
|
resolver = "3"
|
|
|
|
members = ["crates/*"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = 1
|
|
codegen-units = 1
|