mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +00:00
10 lines
184 B
Rust
10 lines
184 B
Rust
#[macro_use]
|
|
extern crate log;
|
|
|
|
use librespot_core as core;
|
|
use librespot_playback as playback;
|
|
use librespot_protocol as protocol;
|
|
|
|
pub mod context;
|
|
pub mod discovery;
|
|
pub mod spirc;
|