mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
28 lines
596 B
TOML
28 lines
596 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Common utilities for swc macros."
|
|
documentation = "https://rustdoc.swc.rs/swc_macros_common/"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "swc_macros_common"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.3.9"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
|
|
[dependencies.syn]
|
|
features = [
|
|
"derive",
|
|
"visit",
|
|
"parsing",
|
|
"full",
|
|
"printing",
|
|
"extra-traits",
|
|
]
|
|
version = "2"
|