aboutsummaryrefslogtreecommitdiff
path: root/2023/day-01/Cargo.toml
diff options
context:
space:
mode:
authorMatias Linares <matias@deprecated.org>2023-12-03 15:11:37 -0300
committerMatias Linares <matias@deprecated.org>2023-12-03 15:11:37 -0300
commitd073dcaa66567e58d6f9a36b15c9e54b91ed8c54 (patch)
treeb26480988df75847eba75892bdf33089ec08bcd7 /2023/day-01/Cargo.toml
parent129ac460f73972097700ad2def6b4c36d6ebe6e1 (diff)
downloadadvent-of-code-d073dcaa66567e58d6f9a36b15c9e54b91ed8c54.tar.gz
Add 2022 and 2023
Diffstat (limited to '2023/day-01/Cargo.toml')
-rw-r--r--2023/day-01/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/day-01/Cargo.toml b/2023/day-01/Cargo.toml
new file mode 100644
index 0000000..ac3eb44
--- /dev/null
+++ b/2023/day-01/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day-01"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]