Use glob
This commit is contained in:
parent
1d69aa5066
commit
e951666e3d
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#[macro_use] extern crate version;
|
#[macro_use] extern crate version;
|
||||||
extern crate fs2;
|
extern crate fs2;
|
||||||
|
extern crate glob;
|
||||||
extern crate regex;
|
extern crate regex;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
#[cfg(test)] extern crate tempdir;
|
#[cfg(test)] extern crate tempdir;
|
||||||
|
|
Loading…
Reference in a new issue