summaryrefslogtreecommitdiffstats
path: root/imag-store
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-02-01 19:17:00 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-02-09 13:48:14 +0100
commit6a0baf7bc530bffdf1645e044d7b8fcdae6833a5 (patch)
tree11a0259e17df59a6cf597a6b4c23e87528dadd58 /imag-store
parent3004845339f50d5f3a3e04f13e5040229bf53879 (diff)
Add semver = 0.2.1
Diffstat (limited to 'imag-store')
-rw-r--r--imag-store/Cargo.toml1
-rw-r--r--imag-store/src/main.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml
index cd448864..1f43f662 100644
--- a/imag-store/Cargo.toml
+++ b/imag-store/Cargo.toml
@@ -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]
diff --git a/imag-store/src/main.rs b/imag-store/src/main.rs
index 103ef44f..4533c338 100644
--- a/imag-store/src/main.rs
+++ b/imag-store/src/main.rs
@@ -1,5 +1,6 @@
extern crate clap;
#[macro_use] extern crate log;
+extern crate semver;
extern crate toml;
#[macro_use] extern crate version;