From 10bb2a67c5bb005b304508eb2026780531132f82 Mon Sep 17 00:00:00 2001 From: mhsn Date: Thu, 7 Aug 2025 21:35:55 +0100 Subject: 2024-06 rust p1 --- 2024/06/rust/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2024/06/rust/Cargo.toml (limited to '2024/06/rust/Cargo.toml') diff --git a/2024/06/rust/Cargo.toml b/2024/06/rust/Cargo.toml new file mode 100644 index 0000000..f478719 --- /dev/null +++ b/2024/06/rust/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc_2024-06" +version = "0.1.0" +edition = "2021" + +[dependencies] +aoc = { version = "0.1.0", path = "../../../lib/rust" } -- cgit v1.2.3