1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 18:29:45 +02:00

Move authentication to a different directory, and make discover use hyper.

This commit is contained in:
Paul Lietar 2016-03-17 03:06:56 +00:00
parent 85903a0da5
commit 0770f6ce61
12 changed files with 223 additions and 328 deletions

View file

@ -8,7 +8,6 @@ pub mod authentication;
pub mod cache;
mod connection;
mod diffie_hellman;
pub mod discovery;
pub mod mercury;
pub mod metadata;
pub mod player;
@ -17,9 +16,5 @@ pub mod spirc;
pub mod link;
pub mod stream;
pub mod apresolve;
mod zeroconf;
#[cfg(feature = "facebook")]
pub mod facebook;
pub use album_cover::get_album_cover;