2022-05-09 08:38:27 +03:00
|
|
|
[package]
|
2022-10-11 14:20:14 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
|
|
description = "Types for configuring swc"
|
2022-05-09 08:38:27 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/swc_config/"
|
2022-10-11 14:20:14 +03:00
|
|
|
edition = "2021"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
name = "swc_config"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2022-10-11 14:23:16 +03:00
|
|
|
version = "0.1.4"
|
2022-05-09 08:38:27 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2022-10-11 14:20:14 +03:00
|
|
|
indexmap = "1.6.1"
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
2022-05-09 08:38:27 +03:00
|
|
|
swc_config_macro = { version = "0.1.0", path = "../swc_config_macro" }
|