From c7c9a61b15e876b464bf06bf7bb06f8bfb396ad9 Mon Sep 17 00:00:00 2001 From: mhsn Date: Tue, 29 Apr 2025 20:12:53 +0100 Subject: 2024-03 rust p1 --- 2024/03/rust/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2024/03/rust/Cargo.toml (limited to '2024/03/rust/Cargo.toml') diff --git a/2024/03/rust/Cargo.toml b/2024/03/rust/Cargo.toml new file mode 100644 index 0000000..ba499a8 --- /dev/null +++ b/2024/03/rust/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc_2024-03" +version = "0.1.0" +edition = "2021" + +[dependencies] +regex = "1.11.1" -- cgit v1.2.3