mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 03:58:04 +00:00
4da48dd9f5
* Update dependencies, respecting semver * Bump dependencies * Don’t patch tiny-bip39 dependency
21 lines
811 B
TOML
21 lines
811 B
TOML
[package]
|
|
name = "substrate-service-test"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tempdir = "0.3.7"
|
|
tokio = "0.1.22"
|
|
futures = "0.1.29"
|
|
log = "0.4.8"
|
|
env_logger = "0.7.0"
|
|
fdlimit = "0.1.1"
|
|
futures03 = { package = "futures-preview", version = "=0.3.0-alpha.19", features = ["compat"] }
|
|
service = { package = "substrate-service", path = "../../../core/service" }
|
|
network = { package = "substrate-network", path = "../../../core/network" }
|
|
consensus = { package = "substrate-consensus-common", path = "../../../core/consensus/common" }
|
|
client = { package = "substrate-client", path = "../../../core/client" }
|
|
sr-primitives = { path = "../../../core/sr-primitives" }
|
|
primitives = { package = "substrate-primitives", path = "../../../core/primitives" }
|