mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
5aeb733ad9
* Use futures-util instead of futures * Use tokio channels instead of futures channels * Removed "extern crate"s
11 lines
197 B
Rust
11 lines
197 B
Rust
#[macro_use]
|
|
extern crate log;
|
|
|
|
use librespot_audio as audio;
|
|
use librespot_core as core;
|
|
use librespot_metadata as metadata;
|
|
|
|
pub mod audio_backend;
|
|
pub mod config;
|
|
pub mod mixer;
|
|
pub mod player;
|