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:
parent
c76b7b472f
commit
ed14c3469b
5 changed files with 13 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue