Update README and Cargo.toml about wasm

This commit is contained in:
Sean McArthur
2020-02-27 11:54:43 -08:00
parent 53c5aaa259
commit 41722a14fd
2 changed files with 2 additions and 1 deletions

View File

@@ -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 <sean@seanmonstar.com>"]
readme = "README.md"
license = "MIT/Apache-2.0"
categories = ["web-programming::http-client"]
edition = "2018"
autotests = true

View File

@@ -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)