1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 17:59:24 +02:00

Replace pin_project and updated dependencies

This commit is contained in:
johannesd3 2021-01-22 22:32:45 +01:00
parent 0895f17f8a
commit 6c9d8c8d83
6 changed files with 56 additions and 55 deletions

View file

@ -5,7 +5,7 @@ extern crate log;
#[macro_use]
extern crate serde_derive;
#[macro_use]
extern crate pin_project;
extern crate pin_project_lite;
extern crate aes;
extern crate base64;
extern crate byteorder;
@ -25,7 +25,7 @@ extern crate serde;
extern crate serde_json;
extern crate sha1;
extern crate shannon;
extern crate tokio;
pub extern crate tokio;
extern crate tokio_util;
extern crate url;
extern crate uuid;