amdgpud/Cargo.toml

19 lines
457 B
TOML
Raw Normal View History

2021-07-02 13:36:36 +02:00
[package]
name = "amdfand"
2021-07-04 00:08:15 +02:00
version = "1.0.4"
2021-07-02 13:36:36 +02:00
edition = "2018"
description = "AMDGPU fan control service"
2021-07-02 13:37:21 +02:00
license = "MIT OR Apache-2.0"
2021-07-02 13:42:05 +02:00
keywords = ["hardware", "amdgpu"]
categories = ["hardware-support"]
2021-07-02 13:46:07 +02:00
repository = "https://github.com/Eraden/amdgpud"
2021-07-02 13:36:36 +02:00
[dependencies]
serde = { version = "1.0.126", features = ["derive"] }
toml = { version = "0.5.8" }
gumdrop = { version = "0.8.0" }
log = { version = "0.4.14" }
pretty_env_logger = { version = "0.4.0" }