Skip to content

Commit

Permalink
Merge pull request #170 from 0xcregis/169-build-anychain-polkadot-010
Browse files Browse the repository at this point in the history
build: add metadata for anychain-polkadot package
  • Loading branch information
shuimuliang authored Jan 3, 2024
2 parents 41f5d88 + 0e24a66 commit babf003
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 babf003

Please sign in to comment.