From b85ac75b28c3bcfc5cb00225791eb8e0f787026b Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 5 Apr 2015 10:02:38 -0400 Subject: [PATCH] Initial serde support --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 45c29bb..1f5fa37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,5 @@ description = "A binary serialization / deserialization strategy and implementat [dependencies] rustc-serialize = "0.3.*" byteorder = "0.3.*" +serde = "*" +serde_macros = "*"