mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Clean up dependencies of librespot-core
* Use sub-crates of future * Remove unnecessary pin-project * Removed unused crates and features * Replace futures channels by tokio channels * Use serde's "derive" feature flag instead of serde_derive
This commit is contained in:
parent
8cff10e983
commit
10827bd6a8
12 changed files with 81 additions and 57 deletions
|
@ -5,10 +5,6 @@ extern crate log;
|
|||
#[macro_use]
|
||||
extern crate cfg_if;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
#[macro_use]
|
||||
extern crate pin_project_lite;
|
||||
#[macro_use]
|
||||
extern crate error_chain;
|
||||
|
||||
use librespot_protocol as protocol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue