From 723c5f3f4146a2f32edb729b5b874c1b7dbdb34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Lehmann?= Date: Sat, 3 Feb 2024 19:42:41 +0100 Subject: [PATCH] fix invalid keyword according to crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f71e34f..5e58811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/glehmann/ocli.git" homepage = "https://github.com/glehmann/ocli.git" documentation = "https://docs.rs/ocli/latest/ocli/" license = "MIT" -keywords = ["secret management", "yaml", "encryption", "cli", "age"] +keywords = ["secret", "yaml", "encryption", "cli", "age"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html