mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
9 lines
222 B
TOML
9 lines
222 B
TOML
|
[package]
|
||
|
name = "swc_ecma_ast"
|
||
|
version = "0.1.0"
|
||
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
||
|
|
||
|
[dependencies]
|
||
|
swc_atoms = { path = "../../atoms" }
|
||
|
swc_macros = { path = "../../macros" }
|
||
|
swc_common = { path = "../../common" }
|