summaryrefslogtreecommitdiffstats
path: root/imag-store/Cargo.toml
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/Cargo.toml
parent3004845339f50d5f3a3e04f13e5040229bf53879 (diff)
Add semver = 0.2.1
Diffstat (limited to 'imag-store/Cargo.toml')
-rw-r--r--imag-store/Cargo.toml1
1 files changed, 1 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]