rsnext/packages/next-swc/crates/styled_jsx/Cargo.toml
Donny/강동윤 0768f7d1d0
chore: Update swc_core to v0.28.20 (#41153)
This PR updates swc crates to
6749e6948e
2022-10-04 16:16:11 +02:00

33 lines
714 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "AST transforms for styled-jsx"
edition = "2018"
license = "Apache-2.0"
name = "styled_jsx"
repository = "https://github.com/vercel/next.js.git"
version = "0.20.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
easy-error = "1.0.0"
tracing = "0.1.32"
swc_core = { features = [
"common",
"css_ast",
"css_codegen",
"css_parser",
"css_prefixer",
"css_visit",
"ecma_parser",
"ecma_minifier",
"ecma_utils",
"ecma_visit"
], version = "0.28.20" }
[dev-dependencies]
testing = "0.31.4"
swc_core = { features = [
"testing_transform"
], version = "0.28.20" }