automation_rs/google-home/Cargo.toml
Dreaded_X a0cefa8302
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Improved error handling
2023-01-18 22:37:57 +01:00

13 lines
315 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]
impl_cast = { path = "../impl_cast" }
serde = { version ="1.0.149", features = ["derive"] }
serde_json = "1.0.89"
thiserror = "1.0.37"