feature lock backend_tungstenite

This commit is contained in:
bitfl0wer 2023-11-19 19:18:25 +01:00
parent 0f2d2c8136
commit 50b86d4472
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
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;