From 4e7ec7d5a5d4ca8d04b981830c078a2b3331eeab Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sun, 21 Jul 2024 20:34:25 +0200 Subject: 2023: Add day3 --- 2023/day3/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2023/day3/Cargo.toml (limited to '2023/day3/Cargo.toml') diff --git a/2023/day3/Cargo.toml b/2023/day3/Cargo.toml new file mode 100644 index 0000000..c3d08fb --- /dev/null +++ b/2023/day3/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "day3" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +lazy_static = "1.4.0" +regex = "1.10.2" -- cgit v1.2.3