From 34aca76798e8f9f4ac5b2d93619953edebb4c89d Mon Sep 17 00:00:00 2001 From: mhsn Date: Thu, 4 Dec 2025 09:59:21 +0000 Subject: 25-04 rust --- 2025/04/rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2025/04/rust/Cargo.toml (limited to '2025/04/rust/Cargo.toml') diff --git a/2025/04/rust/Cargo.toml b/2025/04/rust/Cargo.toml new file mode 100644 index 0000000..b29e6d6 --- /dev/null +++ b/2025/04/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2025-04" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3