From e83601dc49367c4d7715de9df57d74c67af153d1 Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Sun, 15 Oct 2017 18:05:45 -0400 Subject: [PATCH] Update Cargo.toml for first release Add in other important things! --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 91baee5..87649ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "simple-server" version = "0.1.0" license = "MIT/Apache-2.0" authors = ["steveklabnik ", "ashleygwilliams "] +description = "a simple webserver." +repository = "https://github.com/steveklabnik/simple-server" +readme = "README.md" +categories = ["web-programming"] + +[badges] +travis-ci = { repository = "steveklabnik/simple-server" } [dependencies] http = "0.1.0"