mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
19 lines
530 B
TOML
19 lines
530 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1@dudy.kr>"]
|
|
description = "Macros for EqIgnoreSpan and TypeEq."
|
|
documentation = "https://rustdoc.swc.rs/swc_eq_ignore_macros/"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "swc_eq_ignore_macros"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.1.4"
|
|
|
|
[lib]
|
|
bench = false
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true, features = ["full"] }
|