librespot/src/lib.rs
2021-05-19 21:05:19 +02:00

10 lines
296 B
Rust

#![crate_name = "librespot"]
pub use librespot_audio as audio;
pub use librespot_connect as connect;
pub use librespot_core as core;
pub use librespot_discovery as discovery;
pub use librespot_metadata as metadata;
pub use librespot_playback as playback;
pub use librespot_protocol as protocol;