From c7dc8851a36b3e4c01578c5740b0690667c5bb44 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 17 Jan 2019 15:41:17 -0800 Subject: [PATCH] remove duplicate keywords field from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71f2b00..a7bd8bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ authors = ["Sean McArthur "] readme = "README.md" license = "MIT/Apache-2.0" categories = ["web-programming::http-client"] -keywords = ["http", "client", "request"] [dependencies] base64 = "0.10"