add readme and keywords to Cargo.toml
This commit is contained in:
@@ -6,8 +6,10 @@ keywords = ["http", "request", "client"]
|
||||
repository = "https://github.com/seanmonstar/reqwest"
|
||||
documentation = "https://docs.rs/reqwest"
|
||||
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
||||
readme = "README.md"
|
||||
license = "MIT/Apache-2.0"
|
||||
categories = ["web-programming::http-client"]
|
||||
keywords = ["http", "client", "request"]
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user