mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
11 lines
204 B
TOML
11 lines
204 B
TOML
[package]
|
|
name = "swc_ecmascript"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[dependencies]
|
|
swc_ecma_ast = { path = "./ast" }
|
|
swc_ecma_parser = { path = "./parser" }
|
|
|
|
[dev-dependencies]
|