mirror of https://git.sr.ht/~stygianentity/bincode
Remove rustc-serialize from cargo.toml
This commit is contained in:
parent
e7a74aa6c2
commit
fac69cfcaa
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue