mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-19 09:29:36 +01:00
11 lines
354 B
TOML
11 lines
354 B
TOML
[package]
|
|
name = "adf-bdd-iccma-2025-bin"
|
|
version = "0.3.0-dev"
|
|
authors = ["Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>", "Lukas Gerlach <lukas.gerlach@tu-dresden.de>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
adf_bdd = { version="0.3.1", path="../lib", default-features = false }
|
|
clap = {version = "4.3.0", features = [ "derive", "cargo", "env" ]}
|
|
|