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"
|
readme = "./readme.md"
|
||||||
categories = ["encoding", "network-programming"]
|
categories = ["encoding", "network-programming"]
|
||||||
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
||||||
|
license = "MIT"
|
||||||
|
description = "Implementation of #[derive(Encode, Decode)] for bincode"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue