Skip to content

Commit 118ed9e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 <me@danieldk.eu>", "Sebastian Pütz <sebastian.puetz@student.uni-tuebingen.de>"]
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)