GlobalProtect-openconnect/apps/gpgui-helper/src-tauri/src/lib.rs
Kevin Yue 47776d54d9
Improve packaging (#328)
* Add gpgui-helper (#326)

* Add packaging
2024-02-26 23:33:39 +08:00

6 lines
85 B
Rust

pub(crate) mod app;
pub(crate) mod downloader;
pub(crate) mod updater;
pub mod cli;