Files
automation_rs/automation_lib/Cargo.toml
T
Dreaded_X 8babffed76
Build and deploy / build (push) Successful in 17m43s
Build and deploy / Deploy container (push) Successful in 34s
fix: No root certificates in scratch container
2026-06-20 02:42:53 +02:00

26 lines
699 B
TOML

[package]
name = "automation_lib"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { workspace = true }
automation_macro = { workspace = true }
async-trait = { workspace = true }
automation_cast = { workspace = true }
bytes = { workspace = true }
dyn-clone = { workspace = true }
futures = { workspace = true }
google_home = { workspace = true }
hostname = { workspace = true }
inventory = { workspace = true }
lua_typed = { workspace = true }
mlua = { workspace = true }
rumqttc = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
webpki-root-certs = "1.0.8"