mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
11 lines
225 B
TOML
11 lines
225 B
TOML
[package]
|
|
name = "swc_macros"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
ast_node = { path = "./ast_node" }
|
|
enum_kind = { path = "./enum_kind" }
|
|
string_enum = { path = "./string_enum" } |