From 239398fe0b908da785a4100db9f1a44f99aed740 Mon Sep 17 00:00:00 2001 From: mhsn Date: Wed, 20 Aug 2025 14:51:44 +0100 Subject: 2024-09 rust p1 --- 2024/09/rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2024/09/rust/Cargo.toml (limited to '2024/09/rust/Cargo.toml') diff --git a/2024/09/rust/Cargo.toml b/2024/09/rust/Cargo.toml new file mode 100644 index 0000000..b440a8b --- /dev/null +++ b/2024/09/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2024-09" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3