From 6176f736e638129ec58bd0a77726501e45d76f1a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 10 Jan 2020 13:29:26 +0100 Subject: Add missing test dependencies Signed-off-by: Matthias Beyer --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9bd6579..98b0ff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,12 @@ optional = true versions = "0.5" optional = true +[dev-dependencies] +toml = "0.5" +serde_json = "1" +quickcheck = "0.8" +serde_derive = "1" + [features] default = ["backend_toml", "backend_serde_json"] -- cgit v1.2.3