7818447fd2
* Check for unused deps in CI * Bump slashing protection parking_lot version
18 lines
445 B
TOML
18 lines
445 B
TOML
[package]
|
|
name = "slashing_protection"
|
|
version = "0.1.0"
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>", "pscott <scottpiriou@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tempfile = "3.1.0"
|
|
types = { path = "../../consensus/types" }
|
|
tree_hash = { path = "../../consensus/tree_hash" }
|
|
rusqlite = { version = "0.23.1", features = ["bundled"] }
|
|
r2d2 = "0.8.8"
|
|
r2d2_sqlite = "0.16.0"
|
|
parking_lot = "0.10.2"
|
|
|
|
[dev-dependencies]
|
|
rayon = "1.3.0"
|