chore: refactor for cargo-aoc / codspeed

This commit is contained in:
2024-12-11 15:45:52 -08:00
parent 3bfde9fd9b
commit 11b29a4d57
44 changed files with 850 additions and 1305 deletions

9
utils/grid/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "grid"
version = "0.1.0"
edition = "2021"
[dependencies]
[lib]
path = "lib.rs"