0
0
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:
Spencer 2024-03-23 23:57:34 +00:00 committed by GitHub
parent 213e6348ce
commit b41c9aca66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",