Add necessary metadata to bincode_derive (#420)

This commit is contained in:
Lena Hellström 2021-10-25 10:57:37 +02:00 committed by GitHub
parent c6ba4ffc88
commit e81665bbea
1 changed files with 2 additions and 0 deletions

View File

@ -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