add readme and keywords to Cargo.toml

This commit is contained in:
Sean McArthur
2019-01-15 17:50:48 -08:00
parent a9e135412d
commit 94535ece88

View File

@@ -6,8 +6,10 @@ keywords = ["http", "request", "client"]
repository = "https://github.com/seanmonstar/reqwest" repository = "https://github.com/seanmonstar/reqwest"
documentation = "https://docs.rs/reqwest" documentation = "https://docs.rs/reqwest"
authors = ["Sean McArthur <sean@seanmonstar.com>"] authors = ["Sean McArthur <sean@seanmonstar.com>"]
readme = "README.md"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
categories = ["web-programming::http-client"] categories = ["web-programming::http-client"]
keywords = ["http", "client", "request"]
[dependencies] [dependencies]
base64 = "0.10" base64 = "0.10"