summaryrefslogtreecommitdiff
path: root/day6/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-08 20:11:07 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-12-08 20:11:07 +0100
commit772a3db1831d4ccfed172e659b92db47cba7ee70 (patch)
tree9ef0b5b5bd4ee698740b593c2985f4381abee740 /day6/Cargo.toml
parentc20904eab90f472d9f94334e52594611af6a4496 (diff)
Add day6, slowly
Diffstat (limited to 'day6/Cargo.toml')
-rw-r--r--day6/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/day6/Cargo.toml b/day6/Cargo.toml
new file mode 100644
index 0000000..89d04ae
--- /dev/null
+++ b/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]