Files
smart-home-in-rust-with-hom…/string-literal-macros/Cargo.toml
2026-07-09 22:20:24 -04:00

15 lines
252 B
TOML

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