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"]
|
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
||||||
|
|
||||||
license = "MIT"
|
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]
|
[dependencies]
|
||||||
byteorder = "1.0.0"
|
byteorder = "1.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue