aboutsummaryrefslogtreecommitdiff
path: root/day1/Cargo.toml
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 /day1/Cargo.toml
parent8413b33de2ad1f02b91b114b356adc68b9339967 (diff)
Add day1 with Rotation struct and tests
Diffstat (limited to 'day1/Cargo.toml')
-rw-r--r--day1/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/day1/Cargo.toml b/day1/Cargo.toml
new file mode 100644
index 0000000..8ffbbfb
--- /dev/null
+++ b/day1/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "day1"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]