mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
- 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
19 lines
310 B
TOML
19 lines
310 B
TOML
[package]
|
|
name = "enum_kind"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
swc_macros_common = { path = "../common" }
|
|
pmutil = "0.2"
|
|
proc-macro2 = "0.4.4"
|
|
|
|
[dependencies.syn]
|
|
version = "0.14.1"
|
|
features = ["full", "parsing", "printing", "extra-traits"]
|
|
|
|
|