Skip to content

Commit c42c98a

Browse files
authored
Reduce tag count, only up to 5 are allowed (#13)
<5 keywords
1 parent 3cb5870 commit c42c98a

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
@@ -6,7 +6,7 @@ description = "Rust library to aid coding with VeChain, eg. Wallets/Tx/Sign/Veri
66
documentation = "https://docs.rs/thor-devkit.rs"
77
repository = "https://github.com/sterliakov/thor-devkit.rs"
88
readme = "README.md"
9-
keywords = ["vechain", "crypto", "blockchain", "cryptography", "parsing", "serialization", "hash"]
9+
keywords = ["vechain", "crypto", "blockchain", "cryptography"]
1010
categories = ["cryptography"]
1111
license = "GPL-3.0"
1212
edition = "2021"

0 commit comments

Comments
 (0)