swc/testing/Cargo.toml
강동윤 5d5f861b9d Update dependencies
- 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
2018-06-02 18:01:00 +09:00

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"