Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nervonment committed Jun 5, 2024
1 parent 7ae71a0 commit 786705a
Show file tree
Hide file tree
Showing 25 changed files with 263 additions and 2,029 deletions.
236 changes: 10 additions & 226 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
name = "sudoku"
version = "0.1.0"
edition = "2021"
default-run = "sudoku"
default-run = "example"

[dependencies]
criterion = "0.5.1"
crossterm = "0.27.0"
rand = "0.8.5"

[[bench]]
name = "benchmark"
harness = false

[[bench]]
name = "neo_solvers"
name = "solver_benches"
harness = false

[[bin]]
Expand Down
Loading

0 comments on commit 786705a

Please sign in to comment.