1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00
librespot/connect/src/lib.rs
2022-01-05 21:15:19 +01:00

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;