mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +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:
@@ -22,7 +22,7 @@ async-std = "1.6.2"
|
||||
env_logger = "0.8"
|
||||
libp2p-core = { path = "../../core" }
|
||||
libp2p-mplex = { path = "../../muxers/mplex" }
|
||||
libp2p-plaintext = { path = "../../protocols/plaintext" }
|
||||
libp2p-plaintext = { path = "../../transports/plaintext" }
|
||||
quickcheck = "0.9.0"
|
||||
rand = "0.7.2"
|
||||
rw-stream-sink = "0.2.1"
|
||||
|
Reference in New Issue
Block a user