Use version
We use this not only for tests, but for the whole crate, as I assume that we might need this crate later on in the non-test sources anyways.
This commit is contained in:
parent
a8ac1593e7
commit
e01f70aaad
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#[macro_use] extern crate version;
|
||||
extern crate fs2;
|
||||
extern crate regex;
|
||||
extern crate toml;
|
||||
|
|
Loading…
Reference in a new issue