mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
d4fefa8615
- remove unused debug impls
16 lines
486 B
TOML
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" |