summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2017-03-10 13:27:42 -0500
committerSam Scott <sam.scott89@gmail.com>2017-03-10 13:27:42 -0500
commit31b5e882aa9058bf19534ab40ee6efa1ce6b2d73 (patch)
treea3d0b73556985f3e73e7a9c0004c0567ef31645c /Cargo.toml
parent6aecad1c9a907c0dc567aef3388bb1857f9ed47d (diff)
Cleaning up, modifying docs.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13b5cbd..de7306d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,11 +16,12 @@ authors = ["Sam Scott <me@samjs.co.uk>"]
# test = false
[dependencies]
+csv = "0.15"
fnv = "1.0.3"
dtoa = "0.4.0"
itoa = "0.3.0"
serde = "0.9.3"
-serde_derive = "*"
+serde_derive = "0.9.8"
url = "1.0.0"
[profile.release]