Added macro to generate cast traits and impls automatically

This commit is contained in:
2022-12-14 05:49:51 +01:00
parent fd1540b63d
commit 4de0b31ec8
3 changed files with 34 additions and 31 deletions

View File

@@ -11,3 +11,7 @@ serde = { version ="1.0.149", features = ["derive"] }
serde_json = "1.0.89"
dotenv = "0.15.0"
google-home = {path = "./google-home"}
paste = "1.0.10"
[profile.release]
lto=true