19 lines
593 B
TOML
19 lines
593 B
TOML
[package]
|
|
name = "tempi"
|
|
version = "0.1.0"
|
|
authors = ["Zykino <Zykino@users.noreply.github.com>"]
|
|
description = "Control your Raspberry Pi's temperature with a fan."
|
|
license = "GPL-3.0-or-later"
|
|
keywords = ["temperature", "fan", "raspberry"]
|
|
categories = ["command-line-utilities"]
|
|
readme = "README.md"
|
|
repository = "https://zykino.net/gitea/zykino/Tempi"
|
|
documentation = "https://docs.rs/tempi"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
#"0.5.0"? # Will need something more than this version to have yaml support
|
|
confy = "0.4.0"
|
|
rppal = "0.11.3"
|
|
serde = { version = "1.0.104", features = ["derive"] }
|