mirror of
https://github.com/swc-project/swc.git
synced 2024-11-30 15:23:33 +03:00
5d5f861b9d
- rustc toolchain to "nightly-2018-05-30" - rustfmt to 0.8.6 - rustc-ap-* to 150 - syn to 0.14 - proc-macro2 to 0.4 - quote to 0.6
20 lines
309 B
TOML
20 lines
309 B
TOML
[package]
|
|
name = "parser_macros"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
swc_macros_common = { path = "../../macros/common" }
|
|
proc-macro2 = "0.4.4"
|
|
|
|
[dependencies.syn]
|
|
version = "0.14.1"
|
|
features = ["fold"]
|
|
|
|
|
|
[dependencies.quote]
|
|
version = "0.6.3"
|