feature lock backend_tungstenite

This commit is contained in:
bitfl0wer 2023-11-19 19:18:25 +01:00
parent a4d5ebb689
commit b3e7876ccf
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
use async_trait::async_trait; use async_trait::async_trait;
#[cfg(not(target_arch = "wasm32"))]
pub mod backend_tungstenite; pub mod backend_tungstenite;
pub mod events; pub mod events;
pub mod gateway; pub mod gateway;