mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
fix(scraper): additionally grab common words
This commit is contained in:
parent
62717ef6b2
commit
6c64ebd56b
3 changed files with 114 additions and 12 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue