mtemp/Cargo.toml

20 lines
581 B
TOML
Raw Normal View History

2023-08-19 17:15:18 +02:00
[package]
2023-08-19 17:44:33 +02:00
name = "mtemp"
2023-08-19 17:39:41 +02:00
description = "Simple personal CLI tool for monitoring temperatures"
license = "MIT"
authors = ["Midefos <midefos@gmail.com>"]
2023-08-19 17:15:18 +02:00
version = "0.1.0"
edition = "2021"
2023-08-19 17:39:41 +02:00
repository = "https://git.midefos.com/midefos/temp/"
readme = "README.md"
keywords = ["temperature", "cli", "nvidia", "amd"]
categories = ["command-line-utilities"]
2023-08-19 17:15:18 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
serde = {version = "1.0.183", features = ["derive"]}
serde_json = "1.0.103"
structopt = "0.3.26"