mirror of https://git.sr.ht/~stygianentity/bincode
Add necessary metadata to bincode_derive (#420)
This commit is contained in:
parent
c6ba4ffc88
commit
e81665bbea
|
|
@ -9,6 +9,8 @@ documentation = "https://docs.rs/bincode_derive"
|
|||
readme = "./readme.md"
|
||||
categories = ["encoding", "network-programming"]
|
||||
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
||||
license = "MIT"
|
||||
description = "Implementation of #[derive(Encode, Decode)] for bincode"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue