From 317b8b17f3e3656cdc64fc6435889d005aa9a8af Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 12 Mar 2017 13:52:25 -0400 Subject: Expand out example and a bit of testing. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3