summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-12-05 20:18:52 +0100
committerSanto Cariotti <santo@dcariotti.me>2022-12-05 20:18:52 +0100
commitf725c1af90a4456ce9d4b2143ffb51defa7559ad (patch)
treea7b9fa7bef2c1d0f50aa11f3ed06216900086517
parente18c62168b17557e8106cbca1197af47127330d9 (diff)
Add day1 on workspace
-rw-r--r--2022/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/2022/Cargo.toml b/2022/Cargo.toml
new file mode 100644
index 0000000..8cefc09
--- /dev/null
+++ b/2022/Cargo.toml
@@ -0,0 +1,2 @@
+[workspace]
+members = ["day1"]