87a53c09bc
Add the initial Cargo package, formatter configuration, ignore rules, lockfile, and placeholder binary entry point. This establishes the repository baseline so future solver work can be reviewed as focused behavior changes. The scaffold intentionally contains no Sudoku behavior yet. It only captures the starting point of the project as generated and configured locally. Test Plan: - cargo clippy - cargo clippy --benches - cargo clippy --tests - cargo +nightly fmt - cargo clippy - cargo clippy --benches - cargo clippy --tests Refs: none
8 lines
153 B
TOML
8 lines
153 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "sudoku-ai"
|
|
version = "0.1.0"
|