mirror of https://git.sr.ht/~stygianentity/bincode
Add encoding crates.io category
The crate is useful more generally than just for network programming
This commit is contained in:
parent
31f68efe85
commit
84a7fa4912
|
|
@ -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