Skip to content

Commit

Permalink
Add necessary metadata to bincode_derive (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Oct 25, 2021
1 parent 9f14935 commit a63fb1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions derive/Cargo.toml
Expand Up @@ -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
Expand Down

0 comments on commit a63fb1b

Please sign in to comment.