0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-23 06:28:23 -05:00

Update Cargo.toml

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
Spencer 2024-03-23 23:58:12 +00:00 committed by GitHub
parent b41c9aca66
commit 46f4dedb32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ stop-words = { version = "0.8.0", default-features = false, features = [
"iso", "iso",
]} ]}
thesaurus = { version = "0.5.2", default-features = false, optional = true, features = [ thesaurus = { version = "0.5.2", default-features = false, optional = true, features = [
"wordnet", "moby",
"static", "static",
] } ] }