diff options
author | mhsn <mail@mhsn.net> | 2025-08-17 17:00:55 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-08-17 17:00:55 +0100 |
commit | 64acaacb6fc13007a8c399e95e2984422f1496ca (patch) | |
tree | 62437b66b48c6df87dc311a4834a973a413b930b /2024/04/rust/Cargo.lock | |
parent | d63b65d501b9f0844dbde46037930f727bb115c6 (diff) | |
download | aoc-64acaacb6fc13007a8c399e95e2984422f1496ca.tar.gz aoc-64acaacb6fc13007a8c399e95e2984422f1496ca.zip |
rust 2024 03: remove regex and redo
Diffstat (limited to '2024/04/rust/Cargo.lock')
-rw-r--r-- | 2024/04/rust/Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -3,12 +3,5 @@ version = 4 [[package]] -name = "aoc" -version = "0.1.0" - -[[package]] name = "aoc_2024-04" version = "0.1.0" -dependencies = [ - "aoc", -] |