aba2sat/Cargo.toml
2023-11-16 16:39:53 +01:00

13 lines
295 B
TOML

[package]
name = "aba2sat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cadical = "0.1.14"
clap = { version = "4.4.8", features = ["wrap_help", "derive"] }
nom = "7.1.3"
thiserror = "1.0.50"