mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 23:27:56 +03:00
15 lines
215 B
TOML
15 lines
215 B
TOML
[workspace]
|
|
|
|
[package]
|
|
edition = "2021"
|
|
name = "swc_internal_plugin"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
serde = "1"
|
|
swc_plugin = { path = "../../../crates/swc_plugin" }
|