1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00
adf-obdd/Cargo.toml
Stefan Ellmauthaler 7e66d89d03
Feature/issue 39 counting model improvements (#42)
* Add more efficient construction of 2-val models with counting
* Increased patch-number of the version
2022-04-06 13:43:58 +02:00

7 lines
113 B
TOML

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