about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-11-05 18:41:48 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-11-10 17:56:59 +0100
commit93009fd53e58286c6a5e2da600d70a8ec85d9a0b (patch)
tree74cc0c9cd1ff89dab3ec82cab7c6b56d015f609f /Cargo.lock
parentIndexer: Switch back to not serving frontend with actix (diff)
downloadOSSE-ngrams_indexer.tar.gz
OSSE-ngrams_indexer.tar.bz2
OSSE-ngrams_indexer.zip
Indexer: Ngrams ngrams_indexer
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6af29e2..f661e01 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1311,6 +1311,7 @@ dependencies = [
  "html2text",
  "kuchiki",
  "lib",
+ "ngrams",
  "scraper",
  "serde",
  "serde_json",
@@ -1673,6 +1674,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
 
 [[package]]
+name = "ngrams"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ad9273e27d7914b3d11aeac20a91c0da7ef1e89edc4e3825021ebb8ac3b83bf2"
+
+[[package]]
 name = "nodrop"
 version = "0.1.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"