mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 08:12:44 +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>
7 lines
107 B
Rust
7 lines
107 B
Rust
#![feature(iterator_try_collect)]
|
|
|
|
pub mod collections;
|
|
pub mod downloads;
|
|
pub mod library;
|
|
pub mod state;
|