about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b9c356f..a8e1296 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,12 +3,21 @@
 version = 3
 
 [[package]]
+name = "blockingqueue"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "763bb38f196c65b369c68796e6d15b83d7eb63c354f2ab7c03c13edd13f2c4ff"
+
+[[package]]
 name = "client"
 version = "0.1.0"
 
 [[package]]
 name = "crawler"
 version = "0.1.0"
+dependencies = [
+ "blockingqueue",
+]
 
 [[package]]
 name = "indexer"