Skip to content

Commit

Permalink
build: add metadata for anychain-polkadot package
Browse files Browse the repository at this point in the history
  • Loading branch information
shuimuliang committed Jan 3, 2024
1 parent 41f5d88 commit 0e24a66
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion anychain-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "anychain-polkadot"
description = "A Rust library for Polkadot cryptocurrency wallets, enabling seamless transactions on the Polkadot blockchain"
version = "0.1.0"
edition = "2021"
keywords = ["polkadot", "blockchain", "cryptocurrency", "wallet", "transactions"]

# Workspace inherited keys
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[dependencies]
anychain-core = { path = "../anychain-core", version = "0.1.1" }
Expand Down

0 comments on commit 0e24a66

Please sign in to comment.