swc/bindings/node_macro_deps/Cargo.toml

17 lines
299 B
TOML
Raw Normal View History

2021-12-30 12:59:18 +03:00
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
edition = "2021"
exclude = ["artifacts.json", "index.node"]
license = "Apache-2.0"
name = "node_macro_deps"
2021-12-30 12:59:18 +03:00
publish = false
version = "0.1.0"
[lib]
bench = false
2021-12-30 12:59:18 +03:00
proc-macro = true
[dependencies]
2022-03-11 17:00:55 +03:00
proc-macro2 = "1"
quote = "1"