mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
16 lines
352 B
TOML
16 lines
352 B
TOML
[package]
|
|
name = "yewtil-macro"
|
|
version = "0.1.0"
|
|
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT/Apache-2.0"
|
|
description = "Macros to be re-exported from the yewtil crate"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.6"
|
|
quote = "1.0.2"
|
|
syn = { version = "1.0.11", features = ["full", "extra-traits"] }
|