Skip to content

Commit

Permalink
Fix broken crates.io release with wrong categories and keywords (#12)
Browse files Browse the repository at this point in the history
Fix invalid keywords and categories
  • Loading branch information
sterliakov authored Dec 19, 2023
1 parent 04176f7 commit 3cb5870
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ 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 = ["thor-devkit.rs"]
categories = [
# "api-bindings"
]
keywords = ["vechain", "crypto", "blockchain", "cryptography", "parsing", "serialization", "hash"]
categories = ["cryptography"]
license = "GPL-3.0"
edition = "2021"

Expand Down

0 comments on commit 3cb5870

Please sign in to comment.