2020-03-11 22:35:28 +01:00
|
|
|
[package]
|
|
|
|
name = "tempi"
|
|
|
|
version = "0.1.0"
|
2020-04-02 23:01:50 +02:00
|
|
|
authors = ["Zykino <Zykino@users.noreply.github.com>"]
|
|
|
|
description = "Control your Raspberry Pi's temperature with a fan."
|
|
|
|
license = "GPL-3.0-or-later"
|
2020-04-14 20:13:54 +02:00
|
|
|
keywords = ["temperature", "fan", "raspberry"]
|
2020-04-02 23:01:50 +02:00
|
|
|
categories = ["command-line-utilities"]
|
|
|
|
readme = "README.md"
|
2020-04-14 20:13:54 +02:00
|
|
|
repository = "https://zykino.net/gitea/zykino/Tempi"
|
|
|
|
documentation = "https://docs.rs/tempi"
|
2020-03-11 22:35:28 +01:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-09 22:19:36 +02:00
|
|
|
#"0.5.0"? # Will need something more than this version to have yaml support
|
2020-04-14 20:13:54 +02:00
|
|
|
confy = "0.4.0"
|
2020-03-11 22:35:28 +01:00
|
|
|
rppal = "0.11.3"
|
2020-03-27 18:45:39 +01:00
|
|
|
serde = { version = "1.0.104", features = ["derive"] }
|