mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
19 lines
565 B
TOML
19 lines
565 B
TOML
|
[package]
|
||
|
name = "swc_ecma_transforms_macros"
|
||
|
version = "0.1.0"
|
||
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||
|
license = "Apache-2.0/MIT"
|
||
|
repository = "https://github.com/swc-project/swc.git"
|
||
|
documentation = "https://swc-project.github.io/rustdoc/swc_ecma_transforms_macros/"
|
||
|
description = "Macros for swc_ecma_transforms."
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
swc_macros_common = { version = "0.3", path ="../../../macros/common" }
|
||
|
proc-macro2 = "1"
|
||
|
pmutil = "0.5.1"
|
||
|
syn = { version = "1", features = ["fold", "parsing", "full"] }
|
||
|
quote = "1"
|