From b6d5324dd89d060a4aa3d6c222287f530242707d Mon Sep 17 00:00:00 2001 From: Jacob Brown Date: Thu, 16 Mar 2017 16:49:08 -0500 Subject: Move csv to dev-dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6c4990b..f30343a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ travis-ci = {repository = "samscott89/serde_qs"} test = false [dependencies] -csv = "0.15" fnv = "1.0.3" dtoa = "0.4.0" itoa = "0.3.0" @@ -26,9 +25,10 @@ url = "1.0.0" [dev-dependencies] # Used for examples/ +csv = "0.15" rand = "0.3" serde_urlencoded = "0.4" [profile.release] debug = true -lto = false \ No newline at end of file +lto = false -- cgit v1.2.3