Add dep: semver
This commit is contained in:
parent
cf20a23fec
commit
0786094150
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ itertools = "0.4.7"
|
|||
log = "0.3.4"
|
||||
regex = "0.1.48"
|
||||
toml = "0.1.27"
|
||||
semver = "0.2.1"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
extern crate itertools;
|
||||
extern crate regex;
|
||||
extern crate toml;
|
||||
extern crate semver;
|
||||
|
||||
extern crate libimagstore;
|
||||
extern crate libimagtag;
|
||||
|
|
Loading…
Reference in a new issue