Files
archived-tao/tao-macros/Cargo.toml
2025-02-21 19:54:37 +01:00

23 lines
478 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" ] }