swc/node-swc/e2e/fixtures/plugin_transform_schema_v1/Cargo.toml
2022-07-28 00:33:24 +00:00

20 lines
487 B
TOML

[workspace]
[package]
edition = "2021"
name = "plugin_transform_schema_v1"
publish = false
version = "0.1.0"
[lib]
crate-type = ["cdylib"]
[dependencies]
serde = "1.0.140"
# Intentionally referencing published version, known to not contain new AST struct changes.
# Be careful to change this dependency version. Unless there isn't explicit reason to do so,
# do not change.
swc_plugin = { version = "0.88.1", default-features = false, features = [
"plugin_transform_schema_v1",
] }