remove duplicate keywords field from Cargo.toml

This commit is contained in:
Sean McArthur
2019-01-17 15:41:17 -08:00
parent 56c1c02b84
commit c7dc8851a3

View File

@@ -9,7 +9,6 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
readme = "README.md" readme = "README.md"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
categories = ["web-programming::http-client"] categories = ["web-programming::http-client"]
keywords = ["http", "client", "request"]
[dependencies] [dependencies]
base64 = "0.10" base64 = "0.10"