remove duplicate keywords field from Cargo.toml

This commit is contained in:
Sean McArthur
2019-01-17 15:41:17 -08:00
parent f3ef96297f
commit 286dad5f9d
-1
View File
@@ -9,7 +9,6 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
readme = "README.md"
license = "MIT/Apache-2.0"
categories = ["web-programming::http-client"]
keywords = ["http", "client", "request"]
[dependencies]
base64 = "0.10"