mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 16:08:00 +00:00
428bc35ed8
* bump versions 0.25 * update changelog * adjust RELEASE.md * fix weird formatting * rephrase bad english * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
22 lines
678 B
TOML
22 lines
678 B
TOML
[package]
|
|
name = "subxt-examples"
|
|
version = "0.25.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
license = "Apache-2.0 OR GPL-3.0"
|
|
repository = "https://github.com/paritytech/subxt"
|
|
documentation = "https://docs.rs/subxt"
|
|
homepage = "https://www.parity.io/"
|
|
description = "Subxt example usage"
|
|
|
|
[dev-dependencies]
|
|
subxt = { path = "../subxt" }
|
|
tokio = { version = "1.8", features = ["rt-multi-thread", "macros", "time"] }
|
|
sp-keyring = "7.0.0"
|
|
futures = "0.3.13"
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
hex = "0.4.3"
|
|
tracing-subscriber = "0.3.11"
|