18 lines
438 B
TOML
18 lines
438 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 = "../../eth2/types" }
|
||
|
tree_hash = { path = "../../eth2/utils/tree_hash" }
|
||
|
rusqlite = { version = "0.22.0", features = ["bundled"] }
|
||
|
r2d2 = "0.8.8"
|
||
|
r2d2_sqlite = "0.15"
|
||
|
parking_lot = "0.9.0"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rayon = "1.3.0"
|