summaryrefslogtreecommitdiff
path: root/2020/rust/day01/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2020/rust/day01/Cargo.toml')
-rw-r--r--2020/rust/day01/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/2020/rust/day01/Cargo.toml b/2020/rust/day01/Cargo.toml
index 674217d..4bf07f8 100644
--- a/2020/rust/day01/Cargo.toml
+++ b/2020/rust/day01/Cargo.toml
@@ -5,4 +5,5 @@ authors = ["cos <cos>"]
edition = "2018"
[dependencies]
+aoc = { path = "../aoc" }
anyhow = "1.0"