From bfd95e31942418a6af811d599dc6ef950c558152 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Sun, 16 Oct 2016 10:28:12 -0700 Subject: [PATCH] add more to manifest --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cff9122..3ea828c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,9 @@ [package] name = "reqwest" version = "0.0.0" +description = "higher level HTTP client library" +repository = "https://github.com/seanmonstar/reqwest" +documentation = "https://docs.rs/reqwest" authors = ["Sean McArthur "] license = "MIT/Apache-2.0"