mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <github@fabianlars.de>
23 lines
473 B
TOML
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"] }
|