mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
16 lines
271 B
TOML
16 lines
271 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"
|
|
quote = "1"
|