about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-28 19:24:58 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-28 19:25:01 +0200
commite5291cab1b2d1b6a01164b9bbb31d812062e6e66 (patch)
tree02a42a70a97718f78781a2e0395c91521c96ac09 /Cargo.lock
parentFrontend: Refactor search_word_in_db() to not need explicit lifetimes (diff)
downloadOSSE-e5291cab1b2d1b6a01164b9bbb31d812062e6e66.tar.gz
OSSE-e5291cab1b2d1b6a01164b9bbb31d812062e6e66.tar.bz2
OSSE-e5291cab1b2d1b6a01164b9bbb31d812062e6e66.zip
Indexer: Add website title and description to the CrawledResource
We now parse the HTML and extract the title and description of the site.
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 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",