From 73f596ef32d4e71a0ab60e86fb26ec8fa972ca4e Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Thu, 27 Aug 2020 11:33:32 +0200 Subject: [PATCH] Re-export the wasm-ext/websocket feature from the frontend crate (#1718) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 49c4697c..193da87d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]