mirror of
https://github.com/Dangoware/dmp-core.git
synced 2025-04-19 13:32:54 -05:00
19 lines
305 B
Rust
19 lines
305 B
Rust
pub mod music_storage {
|
|
pub mod library;
|
|
pub mod music_collection;
|
|
pub mod playlist;
|
|
mod utils;
|
|
|
|
#[allow(dead_code)]
|
|
pub mod db_reader;
|
|
}
|
|
|
|
pub mod music_controller{
|
|
pub mod controller;
|
|
}
|
|
|
|
pub mod music_player;
|
|
pub mod config {
|
|
pub mod config;
|
|
pub mod other_settings;
|
|
}
|