From 053b97a6e785103f95ad6780ba20883920250635 Mon Sep 17 00:00:00 2001
From: Carl Lerche <me@carllerche.com>
Date: Mon, 9 Feb 2015 23:36:43 -0800
Subject: [PATCH] Update Cargo.toml

---
 Cargo.toml | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 657cbc6..ada1108 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,22 @@
 [package]
 
-name        = "bytes"
-version     = "0.0.1"
-authors     = ["Carl Lerche <me@carllerche.com>"]
-description = "Types and traits for working with bytes"
-license     = "MIT"
+name          = "bytes"
+version       = "0.1.0"
+license       = "MIT"
+authors       = ["Carl Lerche <me@carllerche.com>"]
+description   = "Types and traits for working with bytes"
+documentation = "https://carllerche.github.io/bytes/bytes"
+homepage      = "https://github.com/carllerche/bytes"
+repository    = "https://github.com/carllerche/bytes"
+readme        = "README.md"
+keywords      = ["buffers", "rope", "io"]
+exclude       = [
+    ".gitignore",
+    ".travis.yml",
+    "deploy.sh",
+    "bench/**/*",
+    "test/**/*"
+]
 
 [dev-dependencies]
 
-- 
GitLab