1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 03:50:06 +02:00

track: Use a linear map to store files by format.

This commit is contained in:
Paul Lietar 2016-05-04 10:03:46 +01:00
parent c76b7b472f
commit ed14c3469b
5 changed files with 13 additions and 4 deletions

View file

@ -16,6 +16,7 @@ extern crate crypto;
extern crate eventual;
extern crate getopts;
extern crate hyper;
extern crate linear_map;
extern crate lmdb_rs;
extern crate num;
extern crate protobuf;