swc/common/Cargo.toml
강동윤 d4fefa8615
Reduce binary size (#116)
- remove unused debug impls
2019-01-10 18:23:25 +09:00

16 lines
486 B
TOML

[package]
name = "swc_common"
version = "0.1.4"
authors = ["강동윤 <kdy1@outlook.kr>"]
license = "Apache-2.0/MIT"
repository = "https://github.com/swc-project/swc.git"
documentation = "https://swc-project.github.io/rustdoc/swc_common/"
description = "Common utilities for the swc project."
[dependencies]
ast_node = { version = "0.2", path = "../macros/ast_node" }
string_cache = "0.7"
either = "1.5"
rustc-ap-rustc_errors = "313"
rustc-ap-syntax = "313"
rustc-ap-syntax_pos = "313"