1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00
This commit is contained in:
Paul Lietar 2016-01-02 16:19:39 +01:00
parent 5464647164
commit 90eeed3f80
22 changed files with 380 additions and 342 deletions

View file

@ -4,7 +4,8 @@
#![plugin(protobuf_macros)]
#![plugin(json_macros)]
#[macro_use] extern crate lazy_static;
#[macro_use]
extern crate lazy_static;
extern crate bit_set;
extern crate byteorder;
@ -27,7 +28,7 @@ extern crate dns_sd;
extern crate librespot_protocol;
#[macro_use] pub mod util;
#[macro_use]pub mod util;
mod audio_decrypt;
mod audio_file;
mod audio_key;
@ -42,4 +43,3 @@ pub mod session;
pub mod spirc;
mod stream;
mod zeroconf;