mirror of https://git.sr.ht/~stygianentity/bincode
Initial serde support
This commit is contained in:
parent
f11ba0c41f
commit
b85ac75b28
|
|
@ -13,3 +13,5 @@ description = "A binary serialization / deserialization strategy and implementat
|
|||
[dependencies]
|
||||
rustc-serialize = "0.3.*"
|
||||
byteorder = "0.3.*"
|
||||
serde = "*"
|
||||
serde_macros = "*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue