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

@ -67,6 +67,7 @@ time = "0.1.12"
url = {version = "1.0.0", features = ["heap_size", "query_encoding"]}
util = {path = "../util"}
uuid = {version = "0.2", features = ["v4"]}
video-metadata = {git = "https://github.com/GuillaumeGomez/video-metadata-rs"}
websocket = "0.17"
xml5ever = {version = "0.1.2", features = ["unstable"]}