Skip to content

Commit

Permalink
Be generic over provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 25, 2023
1 parent 14c199f commit 7f6da36
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 364 deletions.
1 change: 1 addition & 0 deletions libp2p/Cargo.toml
Expand Up @@ -93,6 +93,7 @@ yamux = ["dep:libp2p-yamux"]

[dependencies]
bytes = "1"
either = "1.9.0"
futures = "0.3.26"
futures-timer = "3.0.2" # Explicit dependency to be used in `wasm-bindgen` feature
getrandom = "0.2.3" # Explicit dependency to be used in `wasm-bindgen` feature
Expand Down

0 comments on commit 7f6da36

Please sign in to comment.