aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-12-01 13:18:08 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-12-01 13:19:16 +0200
commit8413b33de2ad1f02b91b114b356adc68b9339967 (patch)
tree4d5492d386ecd89347528ca65b7834055b701f2d
Initial commit
-rw-r--r--.gitignore1
-rw-r--r--Cargo.toml3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a6f89c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/target/ \ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..b512d30
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,3 @@
+[workspace]
+resolver = "3"
+members = ["day1"]