Skip to content

Commit

Permalink
Remove sigp-crates dependency (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning authored Sep 24, 2024
1 parent 9979a63 commit 1d99840
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 76 deletions.
134 changes: 62 additions & 72 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ authors = ["Sigma Prime <contact@sigmaprime.io>"]
rust-version = "1.80.0"

[dependencies]
task_executor = { path = "../sigp-crates/task_executor" }
sensitive_url = { path = "../sigp-crates/sensitive_url" }
async-channel = "2.3.1"
task_executor = { git = "https://github.com/sigp/lighthouse", branch = "anchor", default-features = false, features = ["tracing"] }
sensitive_url = { git = "https://github.com/sigp/lighthouse", branch = "anchor"}
async-channel = "1.9"
clap = "4.5.15"
dirs = "5.0.1"
ethereum_hashing = "0.7.0"
futures = "0.3.30"
# dirs = "3"
serde = { version = "1.0.208", features = ["derive"] }
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "time", "signal"] }
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "time", "signal", "macros"] }
tracing = "0.1.40"
git-version = "0.3.9"
target_info = "0.1.0"
Expand Down

0 comments on commit 1d99840

Please sign in to comment.