From 9f5e50173b2bca1cb02b2f0c568ef7921474ae0d Mon Sep 17 00:00:00 2001 From: mhsn Date: Mon, 2 Jun 2025 16:58:43 +0000 Subject: 2024-04 rust p1 --- 2024/04/rust/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2024/04/rust/Cargo.toml (limited to '2024/04/rust/Cargo.toml') diff --git a/2024/04/rust/Cargo.toml b/2024/04/rust/Cargo.toml new file mode 100644 index 0000000..49f5cf9 --- /dev/null +++ b/2024/04/rust/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc_2024-04" +version = "0.1.0" +edition = "2021" + +[dependencies] +aoc = { version = "0.1.0", path = "../../../lib/rust" } -- cgit v1.2.3