Add content_type to metadata in file_loader

This commit is contained in:
Keith Yeung 2015-11-19 14:27:49 -08:00
parent a5babb89a0
commit af705a6faf
6 changed files with 36 additions and 2 deletions

View file

@ -44,6 +44,7 @@ rustc-serialize = "0.3"
cookie = "0.1"
regex = "0.1.14"
regex_macros = "0.1.8"
mime_guess = "1.1.1"
flate2 = "0.2.0"
uuid = "0.1.16"
euclid = {version = "0.3", features = ["plugins"]}