rust-sudoku-solver/Cargo.toml
Joel Therrien 1b91ec74ce Update to newer version of printpdf
In newer versions of rust we couldn't compile with this older package.
2021-04-09 22:44:09 -07:00

16 lines
No EOL
346 B
TOML

[package]
name = "sudoku_solver"
version = "0.1.0"
authors = ["Joel Therrien <joel@joeltherrien.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
csv = "1.1.3"
argparse = "0.2.2"
printpdf = "0.3.4"
[dependencies.rand]
version = "0.7"
features = ["small_rng"]