summaryrefslogtreecommitdiff
path: root/2024/06/rust/Cargo.lock
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-08-17 13:46:47 +0100
committermhsn <mail@mhsn.net>2025-08-17 13:46:47 +0100
commit16c9ce17deb1f3773ea39c348e75b224922a7547 (patch)
tree031cf4c4f61051a9ce93c39a3b4647e49aff1856 /2024/06/rust/Cargo.lock
parentb59fb691913017d4b3cc032cebcb990ab9315438 (diff)
downloadaoc-16c9ce17deb1f3773ea39c348e75b224922a7547.tar.gz
aoc-16c9ce17deb1f3773ea39c348e75b224922a7547.zip
rust 2024 06: redo p1 and remove lib/
Diffstat (limited to '2024/06/rust/Cargo.lock')
-rw-r--r--2024/06/rust/Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/2024/06/rust/Cargo.lock b/2024/06/rust/Cargo.lock
index a049cf0..01e64d2 100644
--- a/2024/06/rust/Cargo.lock
+++ b/2024/06/rust/Cargo.lock
@@ -3,12 +3,5 @@
version = 4
[[package]]
-name = "aoc"
-version = "0.1.0"
-
-[[package]]
name = "aoc_2024-06"
version = "0.1.0"
-dependencies = [
- "aoc",
-]