summaryrefslogtreecommitdiff
path: root/2023/day2/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-12-02 16:28:50 +0100
committerSanto Cariotti <santo@dcariotti.me>2023-12-02 16:28:50 +0100
commit7847132eb105d8935e63680a99a1f79afe921bfd (patch)
tree42f306b211d4f8be3b0a9d569c400ad31c598032 /2023/day2/Cargo.toml
parent350002299370477a0b25dc6506e178f7c1ef8bf7 (diff)
Add 2023
Diffstat (limited to '2023/day2/Cargo.toml')
-rw-r--r--2023/day2/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/day2/Cargo.toml b/2023/day2/Cargo.toml
new file mode 100644
index 0000000..8aa34bb
--- /dev/null
+++ b/2023/day2/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day2"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]