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 = "*"