Add Cargo.toml
This commit is contained in:
parent
fc7732cab4
commit
2e41f91221
1 changed files with 9 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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]
|
Loading…
Reference in a new issue