Remove a keyword from Cargo.toml. (#250)
Crates has a max of 5 keywords.
This commit is contained in:
committed by
GitHub
parent
f944764ee0
commit
a0b88926fa
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user