aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2018-05-05 14:41:57 -0700
committerJohn-John Tedro <udoprog@tedro.se>2018-05-06 11:06:00 +0200
commitfd87ce35d563ecdac1f909d4540328365a16661f (patch)
tree478ed25805ea93baf5d3c383541809c2466ab188 /Cargo.toml
parent44bec613697e884df64634536554c611d3135b3b (diff)
downloadmilf-rs-fd87ce35d563ecdac1f909d4540328365a16661f.tar.gz
milf-rs-fd87ce35d563ecdac1f909d4540328365a16661f.zip
Proof of concept: reporting span information to a Spanned<T> type
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 61479ab..13b5beb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ travis-ci = { repository = "alexcrichton/toml-rs" }
[dependencies]
serde = "1.0"
+serde_derive = "1.0"
[dev-dependencies]
-serde_derive = "1.0"
serde_json = "1.0"