mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
9 lines
296 B
Rust
9 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;
|