Skip to content

Commit 118ed9e

Browse files
committed
Remove a keyword to make crates.io happy
1 parent e7b7fc7 commit 118ed9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
authors = ["Daniël de Kok <[email protected]>", "Sebastian Pütz <[email protected]>"]
66
description = "Reader and writer for common word embedding formats"
77
documentation = "https://docs.rs/finalfusion/"
8-
keywords = ["embeddings", "word2vec", "glove", "finalfusion", "subword", "fasttext"]
8+
keywords = ["embeddings", "word2vec", "glove", "finalfusion", "fasttext"]
99
homepage = "https://github.com/finalfusion/finalfusion-rust"
1010
repository = "https://github.com/finalfusion/finalfusion-rust"
1111
# Use after SPDX list is updated

0 commit comments

Comments
 (0)