summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJacob Brown <kardeiz@gmail.com>2017-03-16 16:49:08 -0500
committerGitHub <noreply@github.com>2017-03-16 16:49:08 -0500
commitb6d5324dd89d060a4aa3d6c222287f530242707d (patch)
treed52fb4804f49ea46b561cf525b2ad94f5d40b4a0 /Cargo.toml
parent4dfe0be52666a922ee8aa97e2a1d677c6463fcf2 (diff)
Move csv to dev-dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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