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