Skip to content

Commit

Permalink
fix: crate categories
Browse files Browse the repository at this point in the history
  • Loading branch information
loki-cmu committed Nov 3, 2024
1 parent d3eefd7 commit cb820a4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion crates/anychain-bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "anychain-bitcoin"
description = "A Rust library for Bitcoin-focused cryptocurrency wallets, enabling seamless transactions on the Bitcoin blockchain"
version = "0.1.8"
keywords = ["bitcoin", "blockchain", "cryptocurrencies", "wallet", "transactions"]
keywords = ["bitcoin", "blockchain", "wallet", "transactions"]
categories = ["cryptography::cryptocurrencies"]

# Workspace inherited keys
authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/anychain-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "anychain-core"
version = "0.1.7"
description = "A core support for cryptocurrency wallets"
categories = ["command-line-utilities", "cryptocurrencies"]
categories = ["command-line-utilities", "cryptography::cryptocurrencies"]
keywords = ["bitcoin", "blockchain", "ethereum", "no_std"]
readme = "README.md"

Expand Down
3 changes: 2 additions & 1 deletion crates/anychain-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "anychain-ethereum"
description = "A Rust library for Ethereum-focused cryptocurrency wallets, enabling seamless transactions on the Ethereum blockchain"
version = "0.1.19"
keywords = ["blockchain", "crypto", "cryptocurrencies", "ethereum", "wallet"]
keywords = ["blockchain", "crypto", "ethereum", "wallet"]
categories = ["cryptography::cryptocurrencies"]

# Workspace inherited keys
authors = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion crates/anychain-filecoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "anychain-filecoin"
description = "A Rust library for Filecoin-focused cryptocurrency wallets, enabling seamless transactions on the Filecoin blockchain"
version = "0.1.9"
keywords = ["filecoin", "blockchain", "cryptocurrencies", "wallet", "transactions"]
keywords = ["filecoin", "blockchain", "wallet", "transactions"]
categories = ["cryptography::cryptocurrencies"]

# Workspace inherited keys
authors = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/anychain-kms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "anychain-kms"
description = "A Rust library providing Key Management Schema for AnyChain. Handles general security and signature algorithms."
version = "0.1.13"
keywords = ["cryptography", "security", "signature", "algorithm"]
categories = ["cryptography::cryptocurrencies"]

# Workspace inherited keys
authors = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion crates/anychain-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "anychain-polkadot"
description = "A Rust library for Polkadot cryptocurrency wallets, enabling seamless transactions on the Polkadot blockchain"
version = "0.1.4"
keywords = ["polkadot", "blockchain", "cryptocurrencies", "wallet", "transactions"]
keywords = ["polkadot", "blockchain", "wallet", "transactions"]
categories = ["cryptography::cryptocurrencies"]

# Workspace inherited keys
authors = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion crates/anychain-ripple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "anychain-ripple"
description = "A Rust library for interacting with the Ripple blockchain. It provides core functionalities such as transaction signing and serialization, address generation, and network communication."
version = "0.1.10"
keywords = ["ripple", "blockchain", "cryptocurrencies", "wallet", "transactions"]
keywords = ["ripple", "blockchain", "wallet", "transactions"]
categories = ["cryptography::cryptocurrencies"]

# Workspace inherited keys
authors = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion crates/anychain-tron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "anychain-tron"
description = "A Rust library for Tron-focused cryptocurrency wallets, enabling seamless transactions on the Tron blockchain"
version = "0.2.8"
keywords = ["tron", "blockchain", "cryptocurrencies", "wallet", "transactions"]
keywords = ["tron", "blockchain", "wallet", "transactions"]
categories = ["cryptography::cryptocurrencies"]

# Workspace inherited keys
authors = { workspace = true }
Expand Down

0 comments on commit cb820a4

Please sign in to comment.