mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
20 lines
474 B
TOML
20 lines
474 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "SDK for authoring swc plugin"
|
|
documentation = "https://rustdoc.swc.rs/swc_plugin/"
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
name = "swc_plugin"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.90.0"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
once_cell = "1.18.0"
|