From 4a74cc4691fe11589e15040012988fd84a368cb5 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 25 Oct 2022 12:41:10 +0200 Subject: Indexer: Use CrawledResource structure as values in the reverse index db This will allow us to integrate priorities and other improvements. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') 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", ] -- cgit 1.4.1