From b41c9aca66365dfe9d6eddbe1cfd70a5f8e27ce2 Mon Sep 17 00:00:00 2001 From: Spencer Date: Sat, 23 Mar 2024 23:57:34 +0000 Subject: [PATCH] Update Cargo.toml Co-authored-by: neon_arch --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a395624..c23c821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",