Skip to content

Commit

Permalink
build(firehose-client): add futures and async-stream as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Oct 15, 2024
1 parent 6e5c985 commit b8ec9aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ resolver = "2"

[workspace.dependencies]
alloy-primitives = "=0.7.7"
async-stream = "0.3.6"
dotenvy = "0.15.7"
ethportal-api = { git = "https://github.com/ethereum/trin.git", version = "0.2.2", tag = "v0.1.0-alpha.35" }
futures = "0.3.31"
hex = "0.4.3"
http = "1.1.0"
insta = "1.39.0"
Expand Down
2 changes: 2 additions & 0 deletions crates/firehose-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ path = "src/lib.rs"
[dependencies]
sf-protos = { path = "../sf-protos" }

async-stream.workspace = true
dotenvy.workspace = true
futures.workspace = true
http.workspace = true
once_cell.workspace = true
rustls.workspace = true
Expand Down

0 comments on commit b8ec9aa

Please sign in to comment.