From 94535ece88ed0d7048c2f308c949b9c16c8dc172 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 15 Jan 2019 17:50:48 -0800 Subject: [PATCH] add readme and keywords to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8027c65..71f2b00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,10 @@ keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest" documentation = "https://docs.rs/reqwest" authors = ["Sean McArthur "] +readme = "README.md" license = "MIT/Apache-2.0" categories = ["web-programming::http-client"] +keywords = ["http", "client", "request"] [dependencies] base64 = "0.10"