mirror of
https://codeberg.org/madmo/trvcontrol.git
synced 2024-11-22 08:33:55 +00:00
16 lines
313 B
TOML
16 lines
313 B
TOML
[package]
|
|
name = "trvcontrol"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
toml = "0.8.8"
|
|
rumqttc = "0.23.0"
|
|
clap = { version = "4.3.19", features = ["derive"] }
|
|
snafu = "0.7.5"
|
|
clokwerk = "0.4.0"
|
|
serde = { version = "1.0.190", features = ["derive"] }
|
|
chrono = "0.4.31"
|
|
log = "0.4.20"
|
|
env_logger = "0.10.0"
|