mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-06 11:02:20 +00:00
4331834003
* Move tests -> testing * Directory restructure * Update Cargo.toml during restructure * Update Makefile during restructure * Fix arbitrary path
18 lines
442 B
TOML
18 lines
442 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.22.0", features = ["bundled"] }
|
|
r2d2 = "0.8.8"
|
|
r2d2_sqlite = "0.15"
|
|
parking_lot = "0.9.0"
|
|
|
|
[dev-dependencies]
|
|
rayon = "1.3.0"
|