mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Add a main helper to make it easier to use librespot.
This commit is contained in:
parent
edb8a6a766
commit
a36325a46a
5 changed files with 173 additions and 131 deletions
|
@ -14,12 +14,14 @@ extern crate bit_set;
|
|||
extern crate byteorder;
|
||||
extern crate crypto;
|
||||
extern crate eventual;
|
||||
extern crate getopts;
|
||||
extern crate hyper;
|
||||
extern crate lmdb_rs;
|
||||
extern crate num;
|
||||
extern crate protobuf;
|
||||
extern crate shannon;
|
||||
extern crate rand;
|
||||
extern crate rpassword;
|
||||
extern crate rustc_serialize;
|
||||
extern crate time;
|
||||
extern crate tempfile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue