fix(scraper): additionally grab common words

This commit is contained in:
Matthew Esposito 2024-11-15 16:53:00 -05:00
parent 62717ef6b2
commit 6c64ebd56b
3 changed files with 114 additions and 12 deletions

View file

@ -48,6 +48,7 @@ rss = "2.0.7"
arc-swap = "1.7.1"
serde_json_path = "0.6.7"
async-recursion = "1.1.1"
common-words-all = { version = "0.0.2", default-features = false, features = ["english", "one"] }
[dev-dependencies]