1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 02:39:53 +02:00

Re-add serde_derive to lib.rs

This commit is contained in:
Sasha Hilton 2018-02-07 15:07:01 +01:00
parent ccbaff267e
commit cfa7a62dfc

View file

@ -4,6 +4,7 @@
#[macro_use] extern crate log; #[macro_use] extern crate log;
#[macro_use] extern crate serde_json; #[macro_use] extern crate serde_json;
#[macro_use] extern crate serde_derive;
extern crate base64; extern crate base64;
extern crate crypto; extern crate crypto;