From 1c9620d4666fdf41ef751f100dfb17f14133dd35 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Wed, 4 Dec 2024 10:28:51 +0100 Subject: 2024: move to single Rust crate --- 2024_rust/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2024_rust/Cargo.toml (limited to '2024_rust/Cargo.toml') diff --git a/2024_rust/Cargo.toml b/2024_rust/Cargo.toml new file mode 100644 index 0000000..d8258dc --- /dev/null +++ b/2024_rust/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "aoc2024" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +regex = "1.11.1" -- cgit v1.2.3