mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Rewrite connection layer to use tokio
This commit is contained in:
parent
ea94db00df
commit
9d5e2e9fed
14 changed files with 645 additions and 348 deletions
|
@ -31,6 +31,10 @@ extern crate shannon;
|
|||
extern crate tempfile;
|
||||
extern crate url;
|
||||
|
||||
#[macro_use] extern crate futures;
|
||||
extern crate tokio_core;
|
||||
extern crate tokio_proto;
|
||||
|
||||
extern crate librespot_protocol as protocol;
|
||||
|
||||
#[cfg(not(feature = "with-tremor"))]
|
||||
|
@ -52,7 +56,6 @@ pub mod audio_file2;
|
|||
pub mod audio_file;
|
||||
pub mod audio_key;
|
||||
pub mod cache;
|
||||
pub mod connection;
|
||||
pub mod diffie_hellman;
|
||||
pub mod link;
|
||||
pub mod metadata;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue