From e737486b668164d437c67e05f95d32c94e946e6a Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Sun, 16 Aug 2026 21:52:55 -0500 Subject: initial commit, rectangular grid placement enumeration --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3