From aa3c55fd98eaad6c2fedca94e8d65b96031f492b Mon Sep 17 00:00:00 2001 From: Oliver 'ker' Schneider Date: Sun, 22 Mar 2015 14:16:58 +0100 Subject: [PATCH] require rustc-serialize only in tests and benchmarks --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4f0df33..fd6bf9f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0" description = "A serialization/deserialization framework" repository = "https://github.com/erickt/rust-serde" -[dependencies] +[dev-dependencies] rustc-serialize = "*" [dev-dependencies.serde_macros]