summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-02-04 00:55:19 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-02-04 01:29:28 +0100
commitec1b76dd28c90894200fc0a19fa964643e815cbf (patch)
treee5fc2e9d4378b6dda6c9fb91b789da64d76315ae /Cargo.toml
parent8b679519a277c65d449d48c6fa48491b5d158b61 (diff)
downloadmullvadvpn-ec1b76dd28c90894200fc0a19fa964643e815cbf.tar.xz
mullvadvpn-ec1b76dd28c90894200fc0a19fa964643e815cbf.zip
Make assert_matches a dev-dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1949c0ba2e..f1883f6247 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,8 @@ authors = ["Linus Färnstrand <linus@mullvad.net>"]
[dependencies]
clonablechild = "0.1"
+
+[dev-dependencies]
assert_matches = "1.0"
[dependencies.talpid_openvpn_plugin]