aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"]