1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00
adf-obdd/Cargo.toml
2025-03-25 15:33:40 +01:00

8 lines
142 B
TOML

[workspace]
members=[ "lib", "bin", "server" , "iccma-2025-bin"]
default-members = [ "lib" ]
[profile.release]
lto = "fat"
codegen-units = 1