From 41563ee01b4eb3481207a88bbb2e3a54d6e96b2b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 2 Apr 2015 17:07:26 -0700 Subject: wip --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 102f63d..da4f3c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,9 +17,11 @@ facilitate deserializing and serializing Rust structures. [dependencies] rustc-serialize = { optional = true, version = "0.3.0" } +serde = { optional = true, git = "https://github.com/alexcrichton/rust-serde", branch = "tweak-some-impls" } [features] default = ["rustc-serialize"] [dev-dependencies] rustc-serialize = "0.3" +serde_macros = { git = "https://github.com/alexcrichton/rust-serde", branch = "tweak-some-impls" } -- cgit v1.2.3