Added more info to the cargo file

This commit is contained in:
TyOverby 2014-11-13 10:39:22 -08:00
parent 133a2bcd43
commit 35941be66d
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@
name = "bincode"
version = "0.0.1"
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"]