Skip to content

Commit

Permalink
update crates.io keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Sep 21, 2024
1 parent b1eef80 commit d88d2d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 2 additions & 1 deletion contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion lib/motsu-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion lib/motsu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d88d2d1

Please sign in to comment.