swc/ecmascript/codegen/Cargo.toml

16 lines
390 B
TOML
Raw Normal View History

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