mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-07 17:24:04 +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;
|