1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-20 09:39:38 +01:00
adf-obdd/Cargo.toml
2025-01-09 11:55:33 +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