swc/crates/swc_error_reporters/Cargo.toml
LongYinan 17915d9e22
chore: Update miette (#9137)
Co-authored-by: 강동윤 (Donny) <kdy1997.dev@gmail.com>
2024-07-05 06:19:35 +00:00

23 lines
670 B
TOML

[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"
version = "0.18.0"
[lib]
bench = false
[dependencies]
anyhow = { workspace = true }
miette = { workspace = true, features = ["fancy-no-syscall"] }
once_cell = { workspace = true }
parking_lot = { workspace = true }
swc_common = { version = "0.34.0", path = "../swc_common", features = [
"concurrent",
] }