Files
pezkuwi-subxt/substrate/frame/staking/fuzz/Cargo.toml
T
pscott 408455f8bc Build for only one target for docs.rs (#5427)
* Add docs.rs metadata to all cargo.toml files

* Remove docs.rs metada in substrate's cargo.toml
2020-03-30 09:46:30 +02:00

39 lines
1.5 KiB
TOML

[package]
name = "pallet-staking-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.3"
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
pallet-staking = { version = "2.0.0-alpha.2", path = "..", features = ["testing-utils"] }
pallet-staking-reward-curve = { version = "2.0.0-alpha.2", path = "../reward-curve" }
pallet-session = { version = "2.0.0-alpha.2", path = "../../session" }
pallet-indices = { version = "2.0.0-alpha.2", path = "../../indices" }
pallet-balances = { version = "2.0.0-alpha.2", path = "../../balances" }
pallet-timestamp = { version = "2.0.0-alpha.2", path = "../../timestamp" }
frame-system = { version = "2.0.0-alpha.2", path = "../../system" }
frame-support = { version = "2.0.0-alpha.2", path = "../../support" }
sp-std = { version = "2.0.0-alpha.2", path = "../../../primitives/std" }
sp-io ={ version = "2.0.0-alpha.2", path = "../../../primitives/io" }
sp-core = { version = "2.0.0-alpha.2", path = "../../../primitives/core" }
sp-phragmen = { version = "2.0.0-alpha.2", path = "../../../primitives/phragmen" }
sp-runtime = { version = "2.0.0-alpha.2", path = "../../../primitives/runtime" }
rand = "0.7.3"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "submit_solution"
path = "fuzz_targets/submit_solution.rs"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]