summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2017-03-12 13:52:25 -0400
committerSam Scott <sam.scott89@gmail.com>2017-03-12 13:52:25 -0400
commit317b8b17f3e3656cdc64fc6435889d005aa9a8af (patch)
tree5ad198434680593d4eaf7b677ed2da0e29367d98 /Cargo.toml
parent0f1e379af7d42f237ca0989a4445b9abf1de5d0a (diff)
Expand out example and a bit of testing.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index caa5de6..d7cdc60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,11 @@ serde = "0.9.3"
serde_derive = "0.9.8"
url = "1.0.0"
+[dev-dependencies]
+# Used for examples/
+rand = "0.3"
+serde_urlencoded = "0.4"
+
[profile.release]
debug = true
lto = false \ No newline at end of file