1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 18:29:45 +02:00

Split cache handling to separate module.

Use it for audio keys and album covers as well.
This commit is contained in:
Paul Lietar 2016-03-16 04:07:04 +00:00
parent a7559787df
commit 85903a0da5
12 changed files with 293 additions and 138 deletions

View file

@ -15,6 +15,7 @@ extern crate byteorder;
extern crate crypto;
extern crate eventual;
extern crate hyper;
extern crate lmdb_rs;
extern crate num;
extern crate portaudio;
extern crate protobuf;