23 lines
655 B
TOML
23 lines
655 B
TOML
[package]
|
|
name = "hass-wol"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
license = "BlueOak-1.0.0"
|
|
authors = ["Moritz Ruth <dev@moritzruth.de>"]
|
|
homepage = "https://git.moritzruth.de/moritzruth/hass-wol"
|
|
repository = "https://git.moritzruth.de/moritzruth/hass-wol"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.69"
|
|
env_logger = "0.10.0"
|
|
exitcode = "1.1.2"
|
|
json = "0.12.4"
|
|
log = "0.4.17"
|
|
mac_address = { version = "1.1.4", features = ["serde"] }
|
|
rumqttc = "0.20.0"
|
|
serde = { version = "1.0.152", features = ["derive"] }
|
|
serde_json = "1.0.93"
|
|
tokio = { version = "1.25.0", features = ["full"] }
|
|
toml = "0.7.2"
|
|
validator = { version = "0.16.0", features = ["derive"] }
|
|
void = "1.0.2"
|