summaryrefslogtreecommitdiff
path: root/day4/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-08 14:33:45 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-12-08 14:33:45 +0100
commit888fe73d71bee5d2f23c09522bce090fcd77e976 (patch)
tree07fab98dfd5d94a924c073a8b8c30181bfa451fe /day4/Cargo.toml
parent55138770a6057e854ed8d7ae999433ab08d264d7 (diff)
Add day4
Diffstat (limited to 'day4/Cargo.toml')
-rw-r--r--day4/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/day4/Cargo.toml b/day4/Cargo.toml
new file mode 100644
index 0000000..8842130
--- /dev/null
+++ b/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]