mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
4490e2551d
Changes url from https://swc-project.github.io to https://swc.rs
19 lines
485 B
TOML
19 lines
485 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Common utilities for swc macros."
|
|
documentation = "https://swc.rs/rustdoc/swc_macros_common/"
|
|
edition = "2018"
|
|
license = "Apache-2.0/MIT"
|
|
name = "swc_macros_common"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.3.1"
|
|
|
|
[dependencies]
|
|
pmutil = "0.5.1"
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
|
|
[dependencies.syn]
|
|
features = ["derive", "visit", "parsing", "full", "printing", "extra-traits"]
|
|
version = "1"
|