diff options
| author | Daniel Hader <[email protected]> | 2026-08-16 21:52:55 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-08-16 21:52:55 -0500 |
| commit | e737486b668164d437c67e05f95d32c94e946e6a (patch) | |
| tree | 37e4d1434a80ee162102703851aedd5334b46925 /Cargo.toml | |
initial commit, rectangular grid placement enumeration
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8d9f9e9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "calendar-puzzle" +version = "0.1.0" +edition = "2024" + +[dependencies] +bitvec = "1.1.1" |
