aboutsummaryrefslogtreecommitdiff
path: root/2022/rust/day07/Cargo.lock
diff options
context:
space:
mode:
authorj-james2022-12-08 00:27:28 +0000
committerj-james2022-12-08 00:27:28 +0000
commit5186f8d891c60d61d406779d2890770f9e41f0e7 (patch)
tree35d467a614d037633c6d4cdf2ae837e186673b27 /2022/rust/day07/Cargo.lock
parent216616ab804a9b8df86511f356f692db5406d654 (diff)
Day Seven
Diffstat (limited to '2022/rust/day07/Cargo.lock')
-rw-r--r--2022/rust/day07/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/2022/rust/day07/Cargo.lock b/2022/rust/day07/Cargo.lock
new file mode 100644
index 0000000..cf14c74
--- /dev/null
+++ b/2022/rust/day07/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "day07"
+version = "0.1.0"