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.lock | 7 ------- 1 file changed, 7 deletions(-) (limited to '2024/04/rust/Cargo.lock') diff --git a/2024/04/rust/Cargo.lock b/2024/04/rust/Cargo.lock index e0c35ba..832036f 100644 --- a/2024/04/rust/Cargo.lock +++ b/2024/04/rust/Cargo.lock @@ -2,13 +2,6 @@ # It is not intended for manual editing. version = 4 -[[package]] -name = "aoc" -version = "0.1.0" - [[package]] name = "aoc_2024-04" version = "0.1.0" -dependencies = [ - "aoc", -] -- cgit v1.2.3