Add semver = 0.2.1
This commit is contained in:
parent
3004845339
commit
6a0baf7bc5
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|||
clap = "1.5.5"
|
||||
log = "0.3.5"
|
||||
version = "1.1.0"
|
||||
semver = "0.2.1"
|
||||
toml = "0.1.25"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
extern crate clap;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate semver;
|
||||
extern crate toml;
|
||||
#[macro_use] extern crate version;
|
||||
|
||||
|
|
Loading…
Reference in a new issue