From 8c7ab9ba9851da7a5f58262463ccdfa1925300b3 Mon Sep 17 00:00:00 2001 From: Spencer Date: Sat, 23 Mar 2024 23:58:20 +0000 Subject: [PATCH] Update Cargo.toml Co-authored-by: neon_arch --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a293060..1d3411d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,4 +139,5 @@ compress-cache-results = ["dep:async-compression", "dep:cfg-if"] encrypt-cache-results = ["dep:chacha20poly1305", "dep:chacha20"] cec-cache-results = ["compress-cache-results", "encrypt-cache-results"] experimental-io-uring = ["actix-web/experimental-io-uring"] -use-synonyms-search = ["dep:thesaurus"] +use-synonyms-search = ["dep:thesaurus\static"] +use-non-static-synonyms-search = ["dep:thesaurus"]