1
0
Fork 0
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:
Paul Lietar 2016-04-24 13:29:26 +01:00
parent edb8a6a766
commit a36325a46a
5 changed files with 173 additions and 131 deletions

View file

@ -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;