summaryrefslogtreecommitdiff
path: root/2022/day6/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-05-03 15:07:25 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-05-03 15:07:25 +0200
commit350002299370477a0b25dc6506e178f7c1ef8bf7 (patch)
treea18c83215804a669fb212e7d010770e1748a3a07 /2022/day6/Cargo.toml
parent2e7401338f8f13ba7584f5ce54e8e660c8a49cd4 (diff)
Add day 6
Diffstat (limited to '2022/day6/Cargo.toml')
-rw-r--r--2022/day6/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/day6/Cargo.toml b/2022/day6/Cargo.toml
new file mode 100644
index 0000000..89d04ae
--- /dev/null
+++ b/2022/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]