mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 12:57:58 +00:00
c2decc78f0
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.25...0.3.26) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
775 B
TOML
24 lines
775 B
TOML
[package]
|
|
name = "subxt-examples"
|
|
version = "0.26.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.25", features = ["rt-multi-thread", "macros", "time"] }
|
|
sp-keyring = "12.0.0"
|
|
futures = "0.3.26"
|
|
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"
|
|
sp-core = { version = "11.0.0", default-features = false }
|
|
sp-runtime = { version = "12.0.0" }
|