From 35941be66db0614a137139d8ff7a915984e4c723 Mon Sep 17 00:00:00 2001 From: TyOverby Date: Thu, 13 Nov 2014 10:39:22 -0800 Subject: [PATCH] Added more info to the cargo file --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ec93bc1..f59c92b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,7 @@ name = "bincode" version = "0.0.1" authors = ["Ty Overby "] + +repository = "https://github.com/TyOverby/bincode" +documentation = "http://tyoverby.github.io/bincode/bincode/" +keywords = ["binary", "encode", "decode", "encoder", "decoder"]