mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
16 lines
283 B
TOML
16 lines
283 B
TOML
|
[package]
|
||
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||
|
edition = "2021"
|
||
|
exclude = ["artifacts.json", "index.node"]
|
||
|
license = "Apache-2.0"
|
||
|
name = "node_macro_deps"
|
||
|
publish = false
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
proc-macro2 = "=1.0.32"
|
||
|
quote = "=1.0.10"
|