1
0
Fork 0

add cargo files

This commit is contained in:
Johann150 2023-02-09 23:38:09 +01:00
parent cf1f4cfdcd
commit 4e1b5d7b05
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
2 changed files with 13 additions and 0 deletions

5
.gitignore vendored
View File

@ -14,3 +14,8 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Added by cargo
/target

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "sudoku_constraint_solver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]