mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 05:20:28 +08:00
16 lines
268 B
Rust
16 lines
268 B
Rust
pub mod autostart;
|
|
pub mod backup;
|
|
pub mod handle;
|
|
pub mod hotkey;
|
|
pub mod logger;
|
|
pub mod manager;
|
|
mod notification;
|
|
pub mod service;
|
|
pub mod sysopt;
|
|
pub mod timer;
|
|
pub mod tray;
|
|
pub mod validate;
|
|
pub mod win_uwp;
|
|
|
|
pub use self::{manager::CoreManager, timer::Timer};
|