automation_rs/google-home/Cargo.toml
Dreaded_X 305d411596
Some checks failed
Build and deploy / Build application (push) Successful in 3m59s
Check / Run checks (push) Failing after 3m14s
Build and deploy / Build container (push) Successful in 57s
Build and deploy / Deploy container (push) Has been skipped
WIP: Working on trait macro
2024-06-15 04:32:02 +02:00

18 lines
489 B
TOML

[package]
name = "google-home"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
automation_cast = { path = "../automation_cast/" }
automation_macro = { path = "../automation_macro/" }
serde = { version = "1.0.149", features = ["derive"] }
serde_json = "1.0.89"
thiserror = "1.0.37"
tokio = { version = "1", features = ["sync"] }
async-trait = "0.1.61"
futures = "0.3.25"
anyhow = "1.0.75"