8 lines
106 B
Rust
8 lines
106 B
Rust
pub mod coverart;
|
|
pub mod song;
|
|
|
|
pub struct FileType {
|
|
pub mime: String,
|
|
pub file_type: String,
|
|
}
|