mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Get rid of main_helper
This commit is contained in:
parent
ae7c177823
commit
aa499e0189
5 changed files with 123 additions and 138 deletions
|
@ -14,7 +14,6 @@
|
|||
extern crate bit_set;
|
||||
extern crate byteorder;
|
||||
extern crate crypto;
|
||||
extern crate env_logger;
|
||||
extern crate eventual;
|
||||
extern crate getopts;
|
||||
extern crate hyper;
|
||||
|
@ -56,7 +55,6 @@ pub mod cache;
|
|||
pub mod connection;
|
||||
pub mod diffie_hellman;
|
||||
pub mod link;
|
||||
pub mod main_helper;
|
||||
pub mod metadata;
|
||||
pub mod player;
|
||||
pub mod stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue