summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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