Files
archived-tao/tao-macros/Cargo.toml
renovate[bot] 648161769c chore(deps): update core-graphics to 0.25. Switch from dispatch to dispatch2. (#1116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
2026-01-20 13:49:08 +01:00

23 lines
473 B
TOML

[package]
name = "tao-macros"
description = "Proc macros for tao"
version = "0.1.3"
edition = "2021"
authors = ["Tauri Programme within The Commons Conservancy"]
rust-version = "1.74"
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/tauri-apps/tao"
documentation = "https://docs.rs/tao-macros"
[lib]
proc-macro = true
[features]
default = []
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }