mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-19 09:29:36 +01:00
9 lines
157 B
TOML
9 lines
157 B
TOML
[workspace]
|
|
members=[ "lib", "bin", "server" , "iccma-2025-bin"]
|
|
default-members = [ "lib" ]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
codegen-units = 1
|