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