Tempi/Cargo.toml

16 lines
549 B
TOML
Raw Normal View History

2020-03-11 22:35:28 +01:00
[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 pi"]
categories = ["command-line-utilities"]
readme = "README.md"
2020-03-11 22:35:28 +01:00
edition = "2018"
[dependencies]
confy = { git = "https://rust-cli.github.io/book/index.html" } #"0.4.0" # Will need something more than this version to have yaml support
2020-03-11 22:35:28 +01:00
rppal = "0.11.3"
serde = { version = "1.0.104", features = ["derive"] }