From 90a48f1b96ff9db00b41c9c38d2a2d77fae91039 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sun, 12 Feb 2023 20:26:54 +0000 Subject: [PATCH] Fix bad keyword. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e446e4..65d4f51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "pc-keyboard" version = "0.7.0" authors = ["Jonathan 'theJPster' Pallant ", "Rust Embedded Community Contributors"] description = "PS/2 keyboard interface library." -keywords = ["keyboard", "ps/2", "scancode", "layout"] +keywords = ["keyboard", "ps2", "scancode", "layout"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded-community/pc-keyboard.git"