mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +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;
|