aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn-John Tedro <udoprog@tedro.se>2018-05-07 05:40:07 +0200
committerJohn-John Tedro <udoprog@tedro.se>2018-05-07 05:40:49 +0200
commit87916e99adb29aac618b380f55c936a9cabdfc3a (patch)
tree82cbcbc6dbabd8744b3461f9971f9d4266a41be7 /Cargo.toml
parent2b40d542a0ea645c5e3c132aabc0082dffa2f554 (diff)
downloadmilf-rs-87916e99adb29aac618b380f55c936a9cabdfc3a.tar.gz
milf-rs-87916e99adb29aac618b380f55c936a9cabdfc3a.zip
Reintroduce serde_derive as dev-dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"