Remove a keyword from Cargo.toml. (#250)

Crates has a max of 5 keywords.
This commit is contained in:
Jacob Hoffman-Andrews
2020-11-23 00:02:01 -08:00
committed by GitHub
parent f944764ee0
commit a0b88926fa

View File

@@ -1,12 +1,12 @@
[package]
name = "ureq"
version = "2.0.0-rc1"
version = "2.0.0-rc2"
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
description = "Simple, safe HTTP client"
license = "MIT/Apache-2.0"
repository = "https://github.com/algesten/ureq"
readme = "README.md"
keywords = ["web", "request", "rest", "https", "http", "client"]
keywords = ["web", "request", "https", "http", "client"]
categories = ["web-programming::http-client"]
edition = "2018"