about summary refs log tree commit diff
path: root/crawler/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/Cargo.toml')
-rw-r--r--crawler/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawler/Cargo.toml b/crawler/Cargo.toml
index c58b458..6badd7a 100644
--- a/crawler/Cargo.toml
+++ b/crawler/Cargo.toml
@@ -14,6 +14,7 @@ tokio = { version = "0.2.22", features = ["full"] }
 async-channel = "1.7.1"
 url = "2.3.1"
 rand = "0.7.3"
+lib = { path = "../lib" }
 
 [[bin]]
 name = "crawler"