swc/ecmascript/codegen/Cargo.toml
강동윤 4f1dc24e40
Update deps (#59)
* constructor codegen

* Update string_cache to 0.7

* make swc_common not depend on sourcemap

* Remove unused dependencies

* update either to 1.5.0

* update rustc-ap crates to 297

* remove unused dependency (fnv)
2018-11-16 11:56:04 +09:00

17 lines
408 B
TOML

[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" }
sourcemap = "2.2"
[dev-dependencies]
testing = { path = "../../testing" }
slog = "2"
swc_ecma_parser = { path = "../parser" }