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

@ -23,7 +23,6 @@ extern crate shannon;
extern crate rand;
extern crate rustc_serialize;
extern crate time;
extern crate tiny_http;
extern crate tempfile;
extern crate url;