From fb5a958abf7928f16ac9249b1a6739e29b157bdf Mon Sep 17 00:00:00 2001 From: Pringled Date: Wed, 14 May 2025 14:29:13 +0200 Subject: [PATCH] Update toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 471d8b2..bafa531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "model2vec-rs" version = "0.1.0" edition = "2021" -description = "Fast State-of-the-Art Static Embeddings in Rust" +description = "Official Rust Implementation for Model2Vec" readme = "README.md" license-file = "LICENSE" authors = ["Thomas van Dongen ", "Stéphan Tulkens "] @@ -11,6 +11,8 @@ repository = "https://github.com/MinishLab/model2vec-rs" keywords = ["embeddings", "model2vec", "nlp", "rust"] categories = ["natural-language-processing", "artificial-intelligence"] +exclude = ["tests/*"] + [dependencies] tokenizers = "0.21" safetensors = "0.5"