From 64acaacb6fc13007a8c399e95e2984422f1496ca Mon Sep 17 00:00:00 2001 From: mhsn Date: Sun, 17 Aug 2025 17:00:55 +0100 Subject: rust 2024 03: remove regex and redo --- 2024/04/rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to '2024/04/rust/Cargo.toml') diff --git a/2024/04/rust/Cargo.toml b/2024/04/rust/Cargo.toml index 49f5cf9..e872faf 100644 --- a/2024/04/rust/Cargo.toml +++ b/2024/04/rust/Cargo.toml @@ -2,6 +2,3 @@ name = "aoc_2024-04" version = "0.1.0" edition = "2021" - -[dependencies] -aoc = { version = "0.1.0", path = "../../../lib/rust" } -- cgit v1.2.3