[package] name = "adf-bdd-server" version = "0.3.0" authors = ["Lukas Gerlach "] edition = "2021" homepage = "https://ellmau.github.io/adf-obdd" repository = "https://github.com/ellmau/adf-obdd" license = "MIT" exclude = ["res/", "./flake*", "*.nix", ".envrc", "_config.yml", "tarpaulin-report.*", "*~"] description = "Offer Solving ADFs as a service" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] adf_bdd = { version="0.3.1", path="../lib", features = ["frontend"] }