From be9e716ac90f591e52c5b216913f1db47ceed7b4 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 16 Mar 2024 06:35:41 +0100 Subject: [PATCH] fix: max 5 keywords... --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1562720..6d054cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = [ "alemi " ] description = "A simple oscilloscope/vectorscope/spectroscope for your terminal" license = "MIT" -keywords = ["cli", "tui", "terminal", "audio", "visualization", "scope", "oscilloscope", "spectroscope"] +keywords = ["cli", "tui", "audio", "visualization", "scope"] repository = "https://git.alemi.dev/scope-tui.git" readme = "README.md"