From c8cd9184a5e2140c01b58028c2b54dfa823ccb4d Mon Sep 17 00:00:00 2001 From: Alexandr Devyatkin Date: Fri, 18 Oct 2024 21:34:32 +0400 Subject: [PATCH] chore: rm blockchain category due to category slugs are not currently supported on crates.io --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74d537c..2050797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ keywords = [ "cryptography", ] categories = [ - "blockchain", "cryptography" ] repository = "https://github.com/wavesplatform/waves-rust"