about summary refs log tree commit diff
path: root/indexer/Cargo.toml
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 /indexer/Cargo.toml
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 'indexer/Cargo.toml')
-rw-r--r--indexer/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/Cargo.toml b/indexer/Cargo.toml
index 7b64bb3..1dfb33f 100644
--- a/indexer/Cargo.toml
+++ b/indexer/Cargo.toml
@@ -14,6 +14,7 @@ html2text = "0.4.3"
 serde = { version = "1.0", features = ["derive", "rc"] }
 serde_json = "1.0.87"
 kuchiki = "0.8.1"
+ngrams = "1.0.1"
 lib = { path = "../lib" }
 
 [[bin]]