summaryrefslogtreecommitdiff
path: root/2020/rust/day06/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2020/rust/day06/Cargo.toml')
-rw-r--r--2020/rust/day06/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/2020/rust/day06/Cargo.toml b/2020/rust/day06/Cargo.toml
new file mode 100644
index 0000000..0a1e5f4
--- /dev/null
+++ b/2020/rust/day06/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "day06"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2018"
+
+[dependencies]
+aoc = { path = "../aoc" }
+anyhow = "1.0"
+thiserror = "1.0"