mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-20 09:39:38 +01:00
8 lines
124 B
TOML
8 lines
124 B
TOML
[workspace]
|
|
members=[ "lib", "bin", "server" ]
|
|
default-members = [ "lib" ]
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
codegen-units = 1
|