mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 18:29:45 +02:00
Use eventual’s futures in metadata instead of rolling our own.
For now the object cache has been removed. It may be added back later.
This commit is contained in:
parent
009d4e9019
commit
5db141066a
4 changed files with 59 additions and 159 deletions
|
@ -1,6 +1,6 @@
|
|||
#![crate_name = "librespot"]
|
||||
|
||||
#![feature(plugin,zero_one,iter_arith,slice_bytes,mpsc_select,clone_from_slice)]
|
||||
#![feature(plugin,zero_one,iter_arith,mpsc_select,clone_from_slice)]
|
||||
|
||||
#![plugin(protobuf_macros)]
|
||||
#[macro_use] extern crate lazy_static;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue