amdgpud/Cargo.toml
Adrian Woźniak 8f5d4f4098
Initial
2021-07-02 13:40:04 +02:00

17 lines
401 B
TOML

[package]
name = "amdfand"
version = "1.0.0"
edition = "2018"
description = "AMDGPU fan control service"
license = "MIT OR Apache-2.0"
keywords = ["hardware", "amdgpu", "fan control", "graphics"]
[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" }