1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-20 09:39:38 +01:00
adf-obdd/Cargo.toml
2023-01-13 08:50:00 +01:00

8 lines
124 B
TOML

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