From 25277ab78de4fc6a4100335304a43f50ac356487 Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Sat, 4 Nov 2023 11:26:03 +0100 Subject: [PATCH] rust: Keywords cannot be more than 20 chars (??) Signed-off-by: Siddharth Chandrasekaran --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index adfaaa2c..46e30e06 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://libosdp.sidcha.dev/" readme = "README.md" repository = "https://github.com/goToMain/libosdp" license = "Apache-2.0" -keywords = ["osdp", "libosdp", "access control system", "sia", "weigand" ] +keywords = ["osdp", "libosdp", "access control", "sia", "weigand" ] categories = ["development-tools", "embedded"] [build-dependencies]