swc/crates/swc_plugin/Cargo.toml

20 lines
430 B
TOML
Raw Normal View History

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "SDK for authoring swc plugin"
2021-11-09 14:42:49 +03:00
documentation = "https://rustdoc.swc.rs/swc_plugin/"
edition = "2018"
2021-12-01 08:20:52 +03:00
license = "Apache-2.0"
2021-11-09 14:42:49 +03:00
name = "swc_plugin"
repository = "https://github.com/swc-project/swc.git"
version = "0.89.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lib]
bench = false
[dependencies]
2022-08-03 06:39:53 +03:00
once_cell = "1.13.0"