Files
automation_rs/google_home/google_home_macro/Cargo.toml
Dreaded_X 0436ff57d8
All checks were successful
Build and deploy / build (push) Successful in 11m16s
Build and deploy / Deploy container (push) Successful in 1m9s
Update to rust 1.89 and edition 2024
2025-08-28 00:57:02 +02:00

13 lines
204 B
TOML

[package]
name = "google_home_macro"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }