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