mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 00:02:41 +10:00
Still needs a massive go-over because there shouldn't be anything referencing tauri in any of the workspaces except the original one. Process manager has been refactored as an example Signed-off-by: quexeky <git@quexeky.dev>
5 lines
76 B
Rust
5 lines
76 B
Rust
mod app_emit;
|
|
mod download_manager_send;
|
|
mod lock;
|
|
pub mod webbrowser_open;
|