aba2sat/Cargo.toml

11 lines
209 B
TOML
Raw Normal View History

2023-11-04 20:57:43 +01:00
[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]
2023-11-07 15:29:53 +01:00
cadical = "0.1.14"
2023-11-12 19:43:44 +01:00
nom = "7.1.3"