diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-28 19:24:58 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-28 19:25:01 +0200 |
commit | e5291cab1b2d1b6a01164b9bbb31d812062e6e66 (patch) | |
tree | 02a42a70a97718f78781a2e0395c91521c96ac09 /Cargo.lock | |
parent | Frontend: Refactor search_word_in_db() to not need explicit lifetimes (diff) | |
download | OSSE-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.lock | 1 |
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", |