mtemp/Cargo.toml
2025-01-04 20:49:09 +01:00

27 lines
552 B
TOML

[package]
name = "mtemp"
description = "CLI for monitoring temperatures"
license = "MIT"
authors = ["Midefos <midefos@gmail.com>"]
version = "0.1.21"
edition = "2021"
repository = "https://git.midefos.com/midefos/temp/"
readme = "README.md"
keywords = ["temperature", "cli", "nvidia", "amd"]
categories = ["command-line-utilities"]
[lib]
name = "mtemp"
crate-type = ["lib"]
[[bin]]
name = "mtemp"
path = "src/main.rs"
[dependencies]
structopt = "0.3.26"
anyhow = "1.0.95"
serde = {version = "1.0.217", features = ["derive"]}
serde_json = "1.0.134"