swc/crates/swc_error_reporters/Cargo.toml

23 lines
616 B
TOML
Raw Normal View History

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Error reporter implementations for the swc project"
documentation = "https://rustdoc.swc.rs/swc_error_reporters/"
edition = "2021"
license = "Apache-2.0"
name = "swc_error_reporters"
repository = "https://github.com/swc-project/swc.git"
2023-07-20 08:57:51 +03:00
version = "0.15.18"
[lib]
bench = false
[dependencies]
anyhow = "1"
miette = { version = "4.2.1", features = ["fancy"] }
once_cell = "1"
2023-06-22 10:40:41 +03:00
parking_lot = "0.12.1"
2023-07-20 08:57:51 +03:00
swc_common = { version = "0.31.18", path = "../swc_common", features = [
"concurrent",
] }