Files
smart-home-in-rust-with-hom…/python-utils-macros-impl/Cargo.toml
2026-07-09 01:35:49 -04:00

10 lines
186 B
TOML

[package]
name = "python-utils-macros-impl"
version = "0.1.0"
edition = "2024"
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }