puzzle-solver/Cargo.toml
David Wang c62c26aafd Add dependency: bit-set.
We will be using bit-sets to keep track of which puzzle variables are
used in which constraints, and which constraints need to be woken up.
2017-02-18 16:05:10 +11:00

9 lines
149 B
TOML

[package]
name = "puzzle-solver"
version = "0.1.0"
authors = ["David Wang <millimillenary@gmail.com>"]
license = "MIT"
[dependencies]
bit-set = "*"