diff --git a/Cargo.toml b/Cargo.toml index 18b3df3..5de9054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,12 @@ name = "reqwest" version = "0.10.3" # remember to update html_root_url description = "higher level HTTP client library" keywords = ["http", "request", "client"] +categories = ["web-programming::http-client", "wasm"] 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"] edition = "2018" autotests = true diff --git a/README.md b/README.md index 9c2e854..e43c5a4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ An ergonomic, batteries-included HTTP Client for Rust. - HTTP Proxies - HTTPS via system-native TLS (or optionally, rustls) - Cookie Store +- WASM - [Changelog](CHANGELOG.md)