summaryrefslogtreecommitdiffstats
path: root/2022/day4/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-04-27 09:06:30 +0000
committerSanto Cariotti <santo@dcariotti.me>2023-04-27 09:06:30 +0000
commit234aed363e1e181f458611505afaf06a54e377d3 (patch)
tree3ae36d1bbc47caae0e1795c8041cca7183674ea7 /2022/day4/Cargo.toml
parent6f0383f0b1dd202b11758da3448aec99dc3084fc (diff)
Add day4
Diffstat (limited to '2022/day4/Cargo.toml')
-rw-r--r--2022/day4/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/day4/Cargo.toml b/2022/day4/Cargo.toml
new file mode 100644
index 0000000..8842130
--- /dev/null
+++ b/2022/day4/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day4"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]