From e5291cab1b2d1b6a01164b9bbb31d812062e6e66 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 28 Oct 2022 19:24:58 +0200 Subject: Indexer: Add website title and description to the CrawledResource We now parse the HTML and extract the title and description of the site. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 0bd1e55..fd3a99f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,6 +619,7 @@ dependencies = [ "gloo 0.8.0", "gloo-net", "itertools", + "scraper", "serde", "wasm-bindgen", "wasm-bindgen-futures", -- cgit 1.4.1