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 7fbf8b9..ce2876a 100644
--- a/crawler/Cargo.toml
+++ b/crawler/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
+blockingqueue = "0.1.1"
 
 [[bin]]
 name = "crawler"