about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-25 12:41:10 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-25 12:47:32 +0200
commit4a74cc4691fe11589e15040012988fd84a368cb5 (patch)
treee38de66b4f640febe690b52e4de599eba73586f1 /Cargo.lock
parentIndexer: Add "correct" error handling (diff)
downloadOSSE-4a74cc4691fe11589e15040012988fd84a368cb5.tar.gz
OSSE-4a74cc4691fe11589e15040012988fd84a368cb5.tar.bz2
OSSE-4a74cc4691fe11589e15040012988fd84a368cb5.zip
Indexer: Use CrawledResource structure as values in the reverse index db
This will allow us to integrate priorities and other improvements.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c10b6ae..8d50a21 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -984,6 +984,7 @@ version = "0.1.0"
 dependencies = [
  "actix-web",
  "html2text",
+ "rand 0.7.3",
  "scraper",
  "serde",
 ]