swc/crates/swc_html_codegen_macros/Cargo.toml

24 lines
645 B
TOML
Raw Normal View History

2022-04-04 07:12:45 +03:00
[package]
authors = [
"강동윤 <kdy1997.dev@gmail.com>",
"Alexander Akait <sheo13666q@gmail.com>",
]
2022-04-04 07:12:45 +03:00
description = "Internal macro for the html code generator"
documentation = "https://rustdoc.swc.rs/swc_html_codegen_macros/"
edition = "2021"
license = { workspace = true }
2022-04-04 07:12:45 +03:00
name = "swc_html_codegen_macros"
repository = "https://github.com/swc-project/swc.git"
version = "1.0.0"
2022-04-04 07:12:45 +03:00
[lib]
bench = false
2022-04-04 07:12:45 +03:00
proc-macro = true
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true, features = ["fold"] }
swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" }