mirror of https://git.sr.ht/~stygianentity/bincode
Added more info to the cargo file
This commit is contained in:
parent
133a2bcd43
commit
35941be66d
|
|
@ -2,3 +2,7 @@
|
||||||
name = "bincode"
|
name = "bincode"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["Ty Overby <ty@pre-alpha.com>"]
|
authors = ["Ty Overby <ty@pre-alpha.com>"]
|
||||||
|
|
||||||
|
repository = "https://github.com/TyOverby/bincode"
|
||||||
|
documentation = "http://tyoverby.github.io/bincode/bincode/"
|
||||||
|
keywords = ["binary", "encode", "decode", "encoder", "decoder"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue