summaryrefslogtreecommitdiff
path: root/2022/day3/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-04-21 17:05:03 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-04-21 17:05:03 +0200
commit6f0383f0b1dd202b11758da3448aec99dc3084fc (patch)
treeb40136abe1df4ab5d4fcb33313f4e3e28cbb391c /2022/day3/Cargo.toml
parent01188b501b7f2940936a06bd8d4d11bab9adf372 (diff)
Add day 3
Diffstat (limited to '2022/day3/Cargo.toml')
-rw-r--r--2022/day3/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/day3/Cargo.toml b/2022/day3/Cargo.toml
new file mode 100644
index 0000000..898e70d
--- /dev/null
+++ b/2022/day3/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day3"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]