Add repository

This commit is contained in:
Adrian Woźniak 2021-07-02 13:46:07 +02:00
parent e6ea159709
commit b6a4c2e627
No known key found for this signature in database
GPG Key ID: DE43476F72AD3F6C
2 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "amdfand"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"gumdrop",
"log",

View File

@ -1,11 +1,12 @@
[package]
name = "amdfand"
version = "1.0.1"
version = "1.0.2"
edition = "2018"
description = "AMDGPU fan control service"
license = "MIT OR Apache-2.0"
keywords = ["hardware", "amdgpu"]
categories = ["hardware-support"]
repository = "https://github.com/Eraden/amdgpud"
[dependencies]
serde = { version = "1.0.126", features = ["derive"] }