mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
10 lines
181 B
Rust
10 lines
181 B
Rust
#[macro_use]
|
|
extern crate log;
|
|
|
|
use librespot_core as core;
|
|
use librespot_playback as playback;
|
|
use librespot_protocol as protocol;
|
|
|
|
pub mod config;
|
|
pub mod context;
|
|
pub mod spirc;
|