1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[package]
authors = [
"강동윤 <kdy1997.dev@gmail.com>",
"Alexander Akait <sheo13666q@gmail.com>",
]
description = "Internal macro for the xml code generator"
documentation = "https://rustdoc.swc.rs/swc_xml_codegen_macros/"
edition = "2021"
license = { workspace = true }
name = "swc_xml_codegen_macros"
repository = "https://github.com/swc-project/swc.git"
version = "1.0.1"
[lib]
bench = false
proc-macro = true
[dependencies]
quote = { workspace = true }
syn = { workspace = true, features = ["full"] }
|