From 53fb98964a8bbf55bc345deb40158309debe6db6 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Sat, 8 Jun 2024 03:39:59 +0200 Subject: [PATCH] chore(cargo): remove api-testing keyword --- Cargo.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e1519b..807ee46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,14 +16,7 @@ edition = "2021" license = "MIT" repository = "https://github.com/hougesen/hitt" documentation = "https://github.com/hougesen/hitt#readme" -keywords = [ - "http", - "cli", - "testing", - "api-testing", - "sse", - "server-sent-events", -] +keywords = ["http", "cli", "testing", "sse", "server-sent-events"] description = "command line HTTP testing tool focused on speed and simplicity" homepage = "https://hitt.mhouge.dk" readme = "README.md"