Files
archived-drop-app/src-tauri/src/client/mod.rs
quexeky beea0505d1 feat: Added basic url downloading
Signed-off-by: quexeky <git@quexeky.dev>
2025-06-03 16:52:48 +10:00

4 lines
77 B
Rust

pub mod autostart;
pub mod cleanup;
pub mod commands;
pub mod url_downloader;