mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
Re-export the wasm-ext/websocket feature from the frontend crate (#1718)
This commit is contained in:
parent
293f2f83af
commit
73f596ef32
@ -51,6 +51,7 @@ tcp-async-std = ["libp2p-tcp", "libp2p-tcp/async-std"]
|
||||
tcp-tokio = ["libp2p-tcp", "libp2p-tcp/tokio"]
|
||||
uds = ["libp2p-uds"]
|
||||
wasm-ext = ["libp2p-wasm-ext"]
|
||||
wasm-ext-websocket = ["wasm-ext", "libp2p-wasm-ext/websocket"]
|
||||
websocket = ["libp2p-websocket"]
|
||||
yamux = ["libp2p-yamux"]
|
||||
secp256k1 = ["libp2p-core/secp256k1", "libp2p-secio/secp256k1"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user