automation_rs/automation_macro/Cargo.toml
Dreaded_X 31169d32eb
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 7m3s
Build and deploy automation_rs / Build Docker image (push) Successful in 39s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
Improved the internals of the LuaDeviceConfig macro and improve the
usability of the macro
2024-04-26 04:53:45 +02:00

14 lines
239 B
TOML

[package]
name = "automation_macro"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
itertools = "0.12.1"
proc-macro2 = "1.0.81"
quote = "1.0.36"
syn = { version = "2.0.60", features = ["extra-traits", "full"] }