mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
9 lines
227 B
Rust
9 lines
227 B
Rust
mod auth_messenger;
|
|
mod webview_auth;
|
|
|
|
#[cfg_attr(not(target_os = "macos"), path = "webview/unix.rs")]
|
|
#[cfg_attr(target_os = "macos", path = "webview/macos.rs")]
|
|
mod platform_impl;
|
|
|
|
pub use webview_auth::WebviewAuthenticator;
|