mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
* implement clap derive for the db manager * tweak some clap configs * make cli local * add global to help flag * fmt * Merge branch 'unstable' of https://github.com/sigp/lighthouse into HEAD * merge * add enum constraints to flag
18 lines
440 B
TOML
18 lines
440 B
TOML
[package]
|
|
name = "database_manager"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
beacon_chain = { workspace = true }
|
|
beacon_node = { workspace = true }
|
|
clap = { workspace = true }
|
|
clap_utils = { workspace = true }
|
|
environment = { workspace = true }
|
|
hex = { workspace = true }
|
|
store = { workspace = true }
|
|
types = { workspace = true }
|
|
slog = { workspace = true }
|
|
strum = { workspace = true }
|
|
serde = { workspace = true }
|