swc/ecmascript/codegen/Cargo.toml
강동윤 f9be576e02
Ecmascript codegen (#40)
Comment is not fully supported yet
2018-10-25 13:17:05 +09:00

16 lines
371 B
TOML

[package]
name = "swc_ecma_codegen"
version = "0.1.0"
authors = ["강동윤 <kdy1@outlook.kr>"]
[dependencies]
bitflags = "1"
swc_common = { path = "../../common" }
swc_ecma_ast = { path = "../ast" }
ecma_codegen_macros = { path = "./macros" }
sourcemap = "2.2"
[dev-dependencies]
testing = { path = "../../testing" }
slog = "2"
swc_ecma_parser = { path = "../parser" }