mirror of https://git.sr.ht/~stygianentity/bincode
Merge pull request #264 from kornelski/patch-1
Add encoding crates.io category
This commit is contained in:
commit
e4eca8871f
|
|
@ -9,7 +9,7 @@ publish = true
|
||||||
repository = "https://github.com/TyOverby/bincode"
|
repository = "https://github.com/TyOverby/bincode"
|
||||||
documentation = "https://docs.rs/bincode"
|
documentation = "https://docs.rs/bincode"
|
||||||
readme = "./readme.md"
|
readme = "./readme.md"
|
||||||
categories = ["network-programming"]
|
categories = ["encoding", "network-programming"]
|
||||||
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue