[package] name = "satif-minisat" version = "0.2.1" edition = "2021" license = "MIT" description = "Rust wrapper for the minisat SAT solver" repository = "https://github.com/gipsyh/minisat-rs" authors = ["Yuheng Su "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] logic-form = { path = "../logic-form", version = "0.2.0"} satif = { path = "../satif", version = "0.1.0"} [build-dependencies] cmake = "0.1.50"