mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
Move some crates. (#1941)
Move transport upgrade protocols from `protocols/` to `transports/`, such that only "application protocols" that depend on `libp2p-swarm` remain in `protocols/`, whereas there is no such dependency in `transports/` outside of integration tests. Tweak README and top-level CHANGELOG.
This commit is contained in:
@@ -42,7 +42,7 @@ ring = { version = "0.16.9", features = ["alloc", "std"], default-features = fal
|
||||
async-std = { version = "1.6.2", features = ["attributes"] }
|
||||
criterion = "0.3"
|
||||
libp2p-mplex = { path = "../muxers/mplex" }
|
||||
libp2p-noise = { path = "../protocols/noise" }
|
||||
libp2p-noise = { path = "../transports/noise" }
|
||||
libp2p-tcp = { path = "../transports/tcp" }
|
||||
multihash = { version = "0.13", default-features = false, features = ["arb"] }
|
||||
quickcheck = "0.9.0"
|
||||
|
Reference in New Issue
Block a user