amdgpud/Cargo.toml

17 lines
401 B
TOML
Raw Normal View History

2021-07-02 13:36:36 +02:00
[package]
name = "amdfand"
version = "1.0.0"
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:40:04 +02:00
keywords = ["hardware", "amdgpu", "fan control", "graphics"]
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" }