27 lines
584 B
TOML
27 lines
584 B
TOML
[package]
|
|
name = "dashboard"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
trekstor.path = "../trekstor"
|
|
slint.workspace = true
|
|
hass-rs = "0.5.0"
|
|
serde_json = "1.0.151"
|
|
tokio = { version = "1.53.1", features = ["full"] }
|
|
dotenvy = "0.15.7"
|
|
url = "2.5.8"
|
|
chrono = "0.4.45"
|
|
thiserror = "2.0.20"
|
|
paste = "1.0.15"
|
|
ureq = { version = "3.4.0", default-features = false, features = ["json", "rustls"] }
|
|
serde = { version = "1.0.229", features = ["derive"] }
|
|
plotters = "0.3.7"
|
|
battery = "0.7.8"
|
|
|
|
[features]
|
|
dev = ["slint/backend-winit-x11"]
|
|
|
|
[build-dependencies]
|
|
slint-build = "1.17.1"
|