mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +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
14 lines
291 B
TOML
14 lines
291 B
TOML
[package]
|
|
name = "testing"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[dependencies]
|
|
swc_common = { path = "../common" }
|
|
slog = "2"
|
|
slog-envlogger = "2.1"
|
|
slog-term = "2.3"
|
|
rustc-ap-syntax_pos = "150"
|
|
rustc-ap-rustc_data_structures = "150"
|
|
lazy_static = "1"
|
|
regex = "0.2.5" |