mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 18:29:45 +02:00
Merge branch 'dev' into tokio_migration
This commit is contained in:
commit
872fab62d8
23 changed files with 884 additions and 562 deletions
|
@ -6,6 +6,8 @@ extern crate log;
|
|||
extern crate serde_derive;
|
||||
#[macro_use]
|
||||
extern crate pin_project_lite;
|
||||
#[macro_use]
|
||||
extern crate error_chain;
|
||||
extern crate aes;
|
||||
extern crate base64;
|
||||
extern crate byteorder;
|
||||
|
@ -51,4 +53,3 @@ pub mod session;
|
|||
pub mod spotify_id;
|
||||
pub mod util;
|
||||
pub mod version;
|
||||
pub mod volume;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue