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