Feat: First structure

This commit is contained in:
Jonas Zeunert
2024-02-16 18:22:46 +01:00
commit 870a062b19
4 changed files with 267 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "sudoku"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.1", features = ["derive"] }