Skip to content

Commit

Permalink
Reduce tag count, only up to 5 are allowed (#13)
Browse files Browse the repository at this point in the history
<5 keywords
  • Loading branch information
sterliakov authored Dec 19, 2023
1 parent 3cb5870 commit c42c98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Rust library to aid coding with VeChain, eg. Wallets/Tx/Sign/Veri
documentation = "https://docs.rs/thor-devkit.rs"
repository = "https://github.com/sterliakov/thor-devkit.rs"
readme = "README.md"
keywords = ["vechain", "crypto", "blockchain", "cryptography", "parsing", "serialization", "hash"]
keywords = ["vechain", "crypto", "blockchain", "cryptography"]
categories = ["cryptography"]
license = "GPL-3.0"
edition = "2021"
Expand Down

0 comments on commit c42c98a

Please sign in to comment.