mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 22:18:23 -05:00
Update Cargo.toml
Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
parent
213e6348ce
commit
b41c9aca66
@ -85,7 +85,9 @@ keyword_extraction = { version = "1.3.0", default-features = false, features = [
|
||||
|
||||
] }
|
||||
|
||||
stop-words = "0.8.0"
|
||||
stop-words = { version = "0.8.0", default-features = false, features = [
|
||||
"iso",
|
||||
]}
|
||||
thesaurus = { version = "0.5.2", default-features = false, optional = true, features = [
|
||||
"wordnet",
|
||||
"static",
|
||||
|
Loading…
Reference in New Issue
Block a user