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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user