From e6600d91e1feaaca62a8a2dc542b116dbba887c3 Mon Sep 17 00:00:00 2001 From: mhsn Date: Sun, 18 Jan 2026 11:28:37 +0000 Subject: 25-10 rust --- 2025/10/rust/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2025/10/rust/Cargo.toml (limited to '2025/10/rust/Cargo.toml') diff --git a/2025/10/rust/Cargo.toml b/2025/10/rust/Cargo.toml new file mode 100644 index 0000000..20ee505 --- /dev/null +++ b/2025/10/rust/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "aoc_2025-10" +version = "0.1.0" +edition = "2024" + +[dependencies] +good_lp = { version = "1.14.2", features = ["microlp"], default-features = false } +itertools = "0.14.0" -- cgit v1.2.3