Files
smart-home-in-rust-with-hom…/string-literal-macros-impl/Cargo.toml

12 lines
232 B
TOML

[package]
name = "string-literal-macros-impl"
version = "0.1.0"
edition = "2024"
license.workspace = true
[dependencies]
darling = "0.23.0"
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }