summaryrefslogtreecommitdiff
path: root/2020/rust/day10/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2020-12-10 08:46:00 +0100
committercos <cos>2020-12-12 00:31:41 +0100
commitfb10e41b64192cf2aa0961d43426e12a8fb7ba1c (patch)
tree5844dccb9d846519b0d00fe0403a5ab5095d2b02 /2020/rust/day10/Cargo.toml
parent881aff60c703f3929048405fd8bbf8f0533ded72 (diff)
downloadadventofcode-fb10e41b64192cf2aa0961d43426e12a8fb7ba1c.zip
Add day10, 2020
Diffstat (limited to '2020/rust/day10/Cargo.toml')
-rw-r--r--2020/rust/day10/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2020/rust/day10/Cargo.toml b/2020/rust/day10/Cargo.toml
new file mode 100644
index 0000000..75eae97
--- /dev/null
+++ b/2020/rust/day10/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "day10"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2018"
+
+[dependencies]
+aoc = { path = "../aoc" }
+anyhow = "1.0"