From d88d2d1e28461d38f330a0c3b9d0a3cbed033323 Mon Sep 17 00:00:00 2001 From: Alisander Qoshqosh Date: Sat, 21 Sep 2024 15:44:55 +0400 Subject: [PATCH] update crates.io keywords --- Cargo.toml | 1 - contracts/Cargo.toml | 3 ++- lib/crypto/Cargo.toml | 4 ++-- lib/motsu-proc/Cargo.toml | 1 - lib/motsu/Cargo.toml | 3 ++- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 059b99e0..94431294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,6 @@ resolver = "2" authors = ["OpenZeppelin"] edition = "2021" license = "MIT" -keywords = ["arbitrum", "ethereum", "stylus"] repository = "https://github.com/OpenZeppelin/rust-contracts-stylus" version = "0.1.0-rc" diff --git a/contracts/Cargo.toml b/contracts/Cargo.toml index f079ce0e..03681dc4 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "openzeppelin-stylus" -categories = ["no-std", "wasm"] +categories = ["cryptography::cryptocurrencies", "no-std", "wasm"] description = "OpenZeppelin Contracts for Stylus" edition.workspace = true keywords.workspace = true +keywords = ["arbitrum", "ethereum", "stylus", "smart-contracts", "web3"] license.workspace = true repository.workspace = true version.workspace = true diff --git a/lib/crypto/Cargo.toml b/lib/crypto/Cargo.toml index 81a44fd8..e0599cf6 100644 --- a/lib/crypto/Cargo.toml +++ b/lib/crypto/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "openzeppelin-crypto" categories = ["cryptography", "algorithms", "no-std", "wasm"] -description = "Cryptography Utilities" +description = "Cryptographic Utilities" edition.workspace = true -keywords.workspace = true +keywords = ["crypto", "web3", "blockchain", "merkle"] license.workspace = true repository.workspace = true version.workspace = true diff --git a/lib/motsu-proc/Cargo.toml b/lib/motsu-proc/Cargo.toml index 7b172b60..978a4744 100644 --- a/lib/motsu-proc/Cargo.toml +++ b/lib/motsu-proc/Cargo.toml @@ -2,7 +2,6 @@ name = "motsu-proc" description = "Mostu's Procedural Macros" edition.workspace = true -keywords.workspace = true license.workspace = true repository.workspace = true version = "0.1.0" diff --git a/lib/motsu/Cargo.toml b/lib/motsu/Cargo.toml index 57f1f19a..9d3b84a2 100644 --- a/lib/motsu/Cargo.toml +++ b/lib/motsu/Cargo.toml @@ -2,7 +2,8 @@ name = "motsu" description = "Unit Testing for Stylus" edition.workspace = true -keywords.workspace = true +categories = ["development-tools::testing", "cryptography::cryptocurrencies"] +keywords = ["arbitrum", "ethereum", "stylus", "tests", "openzeppelin"] license.workspace = true repository.workspace = true version = "0.1.0"