mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
22 lines
502 B
TOML
22 lines
502 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.8"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
pmutil = "0.6.1"
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
|
|
[dependencies.syn]
|
|
features = ["derive", "visit", "parsing", "full", "printing", "extra-traits"]
|
|
version = "2"
|