2024-02-21 20:34:14 +08:00

6 lines
85 B
Rust

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