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