Skip to content

Commit b218baf

Browse files
authored
feat: Updated toml (#7)
1 parent 3f07920 commit b218baf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "model2vec-rs"
33
version = "0.1.0"
44
edition = "2021"
5-
description = "Fast State-of-the-Art Static Embeddings in Rust"
5+
description = "Official Rust Implementation for Model2Vec"
66
readme = "README.md"
77
license-file = "LICENSE"
88
authors = ["Thomas van Dongen <thomas123@live.nl>", "Stéphan Tulkens <stephantul@gmail.com>"]
@@ -11,6 +11,8 @@ repository = "https://github.com/MinishLab/model2vec-rs"
1111
keywords = ["embeddings", "model2vec", "nlp", "rust"]
1212
categories = ["natural-language-processing", "artificial-intelligence"]
1313

14+
exclude = ["tests/*"]
15+
1416
[dependencies]
1517
tokenizers = "0.21"
1618
safetensors = "0.5"

0 commit comments

Comments
 (0)