librespot/src/lib.rs

11 lines
330 B
Rust
Raw Normal View History

#![crate_name = "librespot"]
2017-01-29 16:25:09 +00:00
2021-02-21 18:38:52 +00:00
pub use librespot_audio as audio;
pub use librespot_connect as connect;
pub use librespot_core as core;
2021-02-28 23:10:13 +00:00
pub use librespot_discovery as discovery;
2021-02-21 18:38:52 +00:00
pub use librespot_metadata as metadata;
pub use librespot_oauth as oauth;
2021-02-21 18:38:52 +00:00
pub use librespot_playback as playback;
pub use librespot_protocol as protocol;