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"