mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
eca163ba64
* Bump versionb globally * Rebuild and fix * Rename fixes * Rebuild * Minor fix and code formatting for validator election * Fix tests * More test fixes * Fix several bugs in phragmen elections. * Rebuild, remove pointless closures
20 lines
703 B
TOML
20 lines
703 B
TOML
[package]
|
|
name = "substrate-service-test"
|
|
version = "1.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tempdir = "0.3"
|
|
tokio = "0.1.7"
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
env_logger = "0.6"
|
|
fdlimit = "0.1"
|
|
service = { package = "substrate-service", path = "../../../core/service" }
|
|
network = { package = "substrate-network", path = "../../../core/network" }
|
|
consensus = { package = "substrate-consensus-common", path = "../../../core/consensus/common" }
|
|
primitives = { package = "substrate-primitives", path = "../../../core/primitives" }
|
|
client = { package = "substrate-client", path = "../../../core/client" }
|
|
sr-primitives = { path = "../../../core/sr-primitives" }
|