1
0
Fork 0
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:
Paul Lietar 2015-12-28 16:53:54 +01:00
parent 009d4e9019
commit 5db141066a
4 changed files with 59 additions and 159 deletions

View file

@ -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;