Skip to content

Commit a63fb1b

Browse files
authored
Add necessary metadata to bincode_derive (#420)
1 parent 9f14935 commit a63fb1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

derive/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ documentation = "https://docs.rs/bincode_derive"
99
readme = "./readme.md"
1010
categories = ["encoding", "network-programming"]
1111
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
12+
license = "MIT"
13+
description = "Implementation of #[derive(Encode, Decode)] for bincode"
1214

1315
[lib]
1416
proc-macro = true

0 commit comments

Comments
 (0)