summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-07-18 21:29:04 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-07-19 00:31:27 +0200
commit8678edb61e81f5b82201ac6563688a16901f2d54 (patch)
tree1930d1c07ea269a69e76a1d8befba895e290808a
parentc9360a460abe0faf013d0101659bc594c5d0306c (diff)
Add dev-dependency
-rw-r--r--imag-tag/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml
index 2cdc7823..9de2b894 100644
--- a/imag-tag/Cargo.toml
+++ b/imag-tag/Cargo.toml
@@ -35,3 +35,8 @@ path = "../libimagentrytag"
[dependencies.libimagutil]
path = "../libimagutil"
+[dev-dependencies.libimagutil]
+path = "../libimagutil"
+default-features = false
+features = ["testing"]
+