Added missing crate
This commit is contained in:
parent
85201cf907
commit
bc2ea2b64f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
extern crate core;
|
extern crate core;
|
||||||
extern crate iron;
|
extern crate iron;
|
||||||
extern crate mount;
|
extern crate mount;
|
||||||
|
extern crate regex;
|
||||||
extern crate rustc_serialize;
|
extern crate rustc_serialize;
|
||||||
extern crate staticfile;
|
extern crate staticfile;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
|
|
Loading…
Add table
Reference in a new issue