aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-12-01 14:57:26 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-12-01 14:57:26 +0200
commit646145dd10b3a9549f82b237ee46726d728d3631 (patch)
tree5956987cd107f2898edb584bdea49fc920ee631c /Cargo.lock
parent8413b33de2ad1f02b91b114b356adc68b9339967 (diff)
Add day1 with Rotation struct and tests
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..52d0c35
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "day1"
+version = "0.1.0"