From fac69cfcaaf46ca723b2ccd634e94a73995b426b Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Tue, 31 Jan 2017 20:20:26 -0800 Subject: [PATCH] Remove rustc-serialize from cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f541343..a5f344f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/bincode" keywords = ["binary", "encode", "decode", "serialize", "deserialize"] license = "MIT" -description = "A binary serialization / deserialization strategy and implementation with serde and rustc-serialize backends." +description = "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!" [dependencies] byteorder = "1.0.0"