From 208a9d45972f42621d29c2273e6c97b3becb50d7 Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Thu, 15 Dec 2022 17:22:23 +0100 Subject: [PATCH] Update Cargo ignored files --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f553c26..5d2ccf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/charabia" repository = "https://github.com/meilisearch/charabia" keywords = ["segmenter", "tokenizer", "normalize", "language"] categories = ["text-processing"] -exclude = ["/dictionaries/txt/"] +exclude = ["/dictionaries/txt/thai/words.txt"] [dependencies] cow-utils = "0.1"