mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
18 lines
423 B
TOML
18 lines
423 B
TOML
|
[package]
|
||
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||
|
description = "Proc macro for performance trace of swc"
|
||
|
documentation = "https://rustdoc.swc.rs/swc_trace_macro/"
|
||
|
edition = "2021"
|
||
|
license = "Apache-2.0"
|
||
|
name = "swc_trace_macro"
|
||
|
repository = "https://github.com/swc-project/swc.git"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
proc-macro2 = "1"
|
||
|
quote = "1"
|
||
|
syn = {version = "1", features = ["full"]}
|