mobile wss use rustls_platform_verifier

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-10-21 20:56:55 +08:00
parent 5ed0afde08
commit bf9a79fda5
5 changed files with 77 additions and 7 deletions

View File

@@ -57,8 +57,10 @@ pub use toml;
pub use uuid;
pub mod fingerprint;
pub use flexi_logger;
pub mod websocket;
pub mod stream;
pub mod websocket;
#[cfg(not(any(target_os = "macos", target_os = "windows")))]
pub use rustls_platform_verifier;
pub use stream::Stream;
pub use whoami;