audrey/src/subsonic_vala.rs

5 lines
71 B
Rust

pub mod client;
pub use client::Client;
mod song;
pub use song::Song;