Files
pezkuwi-subxt/substrate/core/misbehavior-check/Cargo.toml
T
Gav Wood f71200ee3c Bump codec (#786)
* Bump codec

* Fix tests
2018-09-21 17:16:15 +02:00

20 lines
638 B
TOML

[package]
name = "substrate-misbehavior-check"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
parity-codec = { version = "2.0", default-features = false }
substrate-primitives = { path = "../primitives", default-features = false }
sr-primitives = { path = "../sr-primitives", default-features = false }
sr-io = { path = "../sr-io", default-features = false }
[dev-dependencies]
substrate-bft = { path = "../bft" }
rhododendron = "0.3"
substrate-keyring = { path = "../keyring" }
[features]
default = ["std"]
std = ["parity-codec/std", "substrate-primitives/std", "sr-primitives/std", "sr-io/std"]