Added missing crate

This commit is contained in:
Antoine Gersant 2016-08-30 23:32:57 -07:00
parent 85201cf907
commit bc2ea2b64f

View file

@ -1,6 +1,7 @@
extern crate core;
extern crate iron;
extern crate mount;
extern crate regex;
extern crate rustc_serialize;
extern crate staticfile;
extern crate toml;