swc/ecmascript/transforms/Cargo.toml

17 lines
404 B
TOML
Raw Normal View History

[package]
name = "swc_ecma_transforms"
version = "0.1.0"
authors = ["강동윤 <kdy1@outlook.kr>"]
[dependencies]
swc_atoms = { path = "../../atoms" }
swc_common = { path = "../../common" }
swc_ecma_ast = { path = "../ast" }
[dev-dependencies]
testing = { path = "../../testing" }
swc_ecma_codegen = { path = "../codegen" }
swc_ecma_parser = { path = "../parser" }
pretty_assertions = "0.5"
slog = "2"