From eade4a5850803c7bbe836ecf525f5c11a9daa35a Mon Sep 17 00:00:00 2001 From: STerliakov Date: Tue, 19 Dec 2023 21:16:05 +0400 Subject: [PATCH] Fix invalid keywords and categories --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b30e05..64f982d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"