Add video-metadata-rs dependencies

This commit is contained in:
ggomez 2016-07-05 17:24:32 +02:00 committed by Guillaume Gomez
parent 521f8c0135
commit 20ab47cb1a
6 changed files with 30 additions and 2 deletions

View file

@ -88,6 +88,7 @@ extern crate url;
#[macro_use]
extern crate util;
extern crate uuid;
extern crate video_metadata;
extern crate webrender_traits;
extern crate websocket;
extern crate xml5ever;