From 0d1c450f87677b45540e1e15644a7db688c41791 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 4 Aug 2022 17:31:13 +0000 Subject: [PATCH] fix: remove keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d7654b..7fb3bb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/mrjackwills/oxker" homepage = "https://github.com/mrjackwills/oxker" license = "MIT" readme = "README.md" -keywords = ["docker", "tui", "tui-rs", "tokio", "terminal", "podman", "container"] +keywords = ["docker", "tui", "tokio", "terminal", "podman"] categories = ["command-line-utilities"] [dependencies]