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

14 lines
264 B
TOML

[package]
name = "python-utils-macros"
version = "0.1.0"
edition = "2024"
license.workspace = true
[lib]
proc-macro = true
[dependencies]
python-utils-macros-impl = { path = "../python-utils-macros-impl" }
quote = { workspace = true }
syn = { workspace = true }