From 87916e99adb29aac618b380f55c936a9cabdfc3a Mon Sep 17 00:00:00 2001 From: John-John Tedro Date: Mon, 7 May 2018 05:40:07 +0200 Subject: Reintroduce serde_derive as dev-dependencies --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3518d6e..61479ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,5 @@ travis-ci = { repository = "alexcrichton/toml-rs" } serde = "1.0" [dev-dependencies] +serde_derive = "1.0" serde_json = "1.0" -- cgit v1.2.3