diff --git a/Cargo.toml b/Cargo.toml index cff9122..3ea828c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,9 @@ [package] name = "reqwest" version = "0.0.0" +description = "higher level HTTP client library" +repository = "https://github.com/seanmonstar/reqwest" +documentation = "https://docs.rs/reqwest" authors = ["Sean McArthur "] license = "MIT/Apache-2.0"