Add Cargo.toml

This commit is contained in:
Joel Therrien 2020-09-01 18:15:49 -07:00
parent fc7732cab4
commit 2e41f91221

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[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]