Alex Mikhalev 1cc4caae60
All checks were successful
continuous-integration/drone/push Build is passing
Implement updating program from MQTT
2020-10-01 23:06:33 -06:00

27 lines
784 B
TOML

[package]
name = "sprinklers_rs"
version = "0.1.0"
authors = ["Alex Mikhalev <alexmikhalevalex@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sprinklers_core = { path = "../sprinklers_core" }
sprinklers_database = { path = "../sprinklers_database" }
sprinklers_actors = { path = "../sprinklers_actors" }
sprinklers_mqtt = { path = "../sprinklers_mqtt" }
color-eyre = "0.5.1"
eyre = "0.6.0"
tokio = "0.2.22"
tracing = { version = "0.1.19", features = ["log"] }
actix = { version = "0.10.0", default-features = false }
actix-rt = "1.1.1"
chrono = "0.4.19"
[dependencies.tracing-subscriber]
version = "0.2.11"
default-features = false
features = ["registry", "fmt", "env-filter", "ansi"]