Files
lighthouse/database_manager/Cargo.toml
Eitan Seri-Levi b7b5dd7ec9 Change DB Manager Clap usage to derive (#5898)
* 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
2024-07-12 06:52:09 +00:00

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 }