Skip to content

Commit

Permalink
Move to clap derive (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: jking-aus <[email protected]>
Co-authored-by: Age Manning <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 1fd0fc1 commit 7c2274a
Show file tree
Hide file tree
Showing 7 changed files with 302 additions and 237 deletions.
59 changes: 59 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ slot_clock = { git = "https://github.com/sigp/lighthouse", branch = "anchor" }
derive_more = { version = "1.0.0", features = ["full"] }
async-channel = "1.9"
axum = "0.7.7"
clap = "4.5.15"
clap = { version = "4.5.15", features = ["derive", "wrap_help"]}
dirs = "5.0.1"
futures = "0.3.30"
# dirs = "3"
hyper = "1.4"
serde = { version = "1.0.208", features = ["derive"] }
strum = { version = "0.24", features = ["derive"] }
tokio = { version = "1.39.2", features = [
"rt",
"rt-multi-thread",
Expand Down
1 change: 1 addition & 0 deletions anchor/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ task_executor = { workspace = true }
http_api = { workspace = true }
clap = { workspace = true }
serde = { workspace = true }
strum = { workspace = true }
sensitive_url = { workspace = true }
dirs = { workspace = true }
hyper = { workspace = true }
Expand Down
Loading

0 comments on commit 7c2274a

Please sign in to comment.