diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-25 12:41:10 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-25 12:47:32 +0200 |
commit | 4a74cc4691fe11589e15040012988fd84a368cb5 (patch) | |
tree | e38de66b4f640febe690b52e4de599eba73586f1 /Cargo.lock | |
parent | Indexer: Add "correct" error handling (diff) | |
download | OSSE-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.lock | 1 |
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", ] |