summaryrefslogtreecommitdiff
path: root/2020/rust/day05/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2020-12-05 09:51:50 +0100
committercos <cos>2020-12-05 11:13:09 +0100
commit59290646080f5f1af417ba276355bd4fb7c49c20 (patch)
tree0b81705fd27b5263481400125199aaa58ac0b6d6 /2020/rust/day05/Cargo.toml
parent6dab82d7ebd2edea2a1220cfbaff977528c6aaca (diff)
downloadadventofcode-59290646080f5f1af417ba276355bd4fb7c49c20.zip
Add day05, 2020
Diffstat (limited to '2020/rust/day05/Cargo.toml')
-rw-r--r--2020/rust/day05/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/2020/rust/day05/Cargo.toml b/2020/rust/day05/Cargo.toml
new file mode 100644
index 0000000..a7b47a0
--- /dev/null
+++ b/2020/rust/day05/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "day05"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2018"
+
+[dependencies]
+aoc = { path = "../aoc" }
+anyhow = "1.0"
+thiserror = "1.0"