mirror of
https://github.com/swc-project/swc.git
synced 2024-12-12 02:59:49 +03:00
a5bc5c1490
- swc_ecma_codegen@0.6.1 - swc_ecma_codegen_macros@0.3.0 - swc_ecma_parser@0.9.1 - swc_ecma_parser_macros@0.3.0
26 lines
555 B
TOML
26 lines
555 B
TOML
[package]
|
|
name = "swc_ecma_codegen_macros"
|
|
version = "0.3.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
license = "Apache-2.0/MIT"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
documentation = "https://swc-project.github.io/rustdoc/swc_ecma_codegen_macros/"
|
|
description = "Macros for swc_ecma_codegen."
|
|
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
swc_macros_common = { version = "0.2", path ="../../../macros/common" }
|
|
pmutil = "0.3"
|
|
proc-macro2 = "0.4"
|
|
|
|
[dependencies.syn]
|
|
version = "0.15"
|
|
features = ["fold"]
|
|
|
|
|
|
[dependencies.quote]
|
|
version = "0.6"
|