mirror of
https://github.com/Dangoware/dmp-core.git
synced 2025-04-19 18:02:55 -05:00
12 lines
183 B
Rust
12 lines
183 B
Rust
pub mod music_tracker;
|
|
|
|
pub mod music_storage {
|
|
pub mod music_db;
|
|
pub mod playlist;
|
|
mod utils;
|
|
}
|
|
|
|
pub mod music_controller {
|
|
pub mod config;
|
|
pub mod controller;
|
|
}
|