summaryrefslogtreecommitdiffstats
path: root/2022/day1/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-12-05 19:17:33 +0000
committerSanto Cariotti <santo@dcariotti.me>2022-12-05 19:17:33 +0000
commite18c62168b17557e8106cbca1197af47127330d9 (patch)
tree574203ebd03843db4ca0265edecdd5f664175d42 /2022/day1/Cargo.toml
parentcf6303a5bc1558ebdb7b467da38f74cd3ac3a9b1 (diff)
Add day 1 for 2022
Diffstat (limited to '2022/day1/Cargo.toml')
-rw-r--r--2022/day1/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/day1/Cargo.toml b/2022/day1/Cargo.toml
new file mode 100644
index 0000000..a3c4e52
--- /dev/null
+++ b/2022/day1/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day1"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]