mirror of https://git.sr.ht/~stygianentity/bincode
add readme category to cargo.toml
This commit is contained in:
parent
e3ea1fc451
commit
470aa1c703
|
|
@ -8,6 +8,8 @@ publish = true
|
|||
|
||||
repository = "https://github.com/TyOverby/bincode"
|
||||
documentation = "https://docs.rs/bincode"
|
||||
readme = "./readme.md"
|
||||
categories = ["network-programming"]
|
||||
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
||||
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<img align="right" src="./logo.png" />
|
||||
|
||||
[](https://travis-ci.org/TyOverby/bincode)
|
||||
[](https://crates.io/crates/bincode)
|
||||
[](https://crates.io/crates/bincode)
|
||||
[](http://opensource.org/licenses/MIT)
|
||||
|
||||
A compact encoder / decoder pair that uses a binary zero-fluff encoding scheme.
|
||||
|
|
|
|||
Loading…
Reference in New Issue