From 56460d6df1324903ce429c619620af33c473dad0 Mon Sep 17 00:00:00 2001 From: mhsn Date: Tue, 2 Sep 2025 18:59:18 +0000 Subject: 24-10-rs both --- 2024/10/rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2024/10/rust/Cargo.toml (limited to '2024/10/rust/Cargo.toml') diff --git a/2024/10/rust/Cargo.toml b/2024/10/rust/Cargo.toml new file mode 100644 index 0000000..787d795 --- /dev/null +++ b/2024/10/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2024-10" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3