From 8f5d4f4098dde01f538ffd301409f9011673575e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Wo=C5=BAniak?= Date: Fri, 2 Jul 2021 13:40:04 +0200 Subject: [PATCH] Initial --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 52a4d49..5dc0bed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.0" edition = "2018" description = "AMDGPU fan control service" license = "MIT OR Apache-2.0" +keywords = ["hardware", "amdgpu", "fan control", "graphics"] [dependencies] serde = { version = "1.0.126", features = ["derive"] }