mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 11:52:42 +00:00
10 lines
222 B
TOML
10 lines
222 B
TOML
[package]
|
|
name = "validator_store"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
|
|
[dependencies]
|
|
slashing_protection = { workspace = true }
|
|
types = { workspace = true }
|