mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
84675d32df
* Add Visit<T> and VisitWith<F> * implement derive(VisitWith<T>) * Bump versions
17 lines
525 B
TOML
17 lines
525 B
TOML
[package]
|
|
name = "swc_common"
|
|
version = "0.1.2"
|
|
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 = "297"
|
|
rustc-ap-rustc_data_structures = "297"
|
|
rustc-ap-syntax = "297"
|
|
rustc-ap-syntax_pos = "297" |