rspack_error 0.1.0

rspack error
Documentation
[package]
edition    = "2021"
license    = "MIT"
name       = "rspack_error"
repository = "https://github.com/web-infra-dev/rspack"
version    = "0.1.0"
description = "rspack error"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow             = { workspace = true, features = ["backtrace"] }
derivative         = { workspace = true }
futures            = { workspace = true }
miette             = { version = "5", features = ["fancy"] }
once_cell          = { workspace = true }
owo-colors         = "3.5.0"
rspack_collections = { path = "../rspack_collections", version = "0.1.0"}
swc_core           = { workspace = true, features = ["common", "common_concurrent"] }
termcolor          = "1"
textwrap           = "0.15.2"
thiserror          = "1"
unicode-width      = "0.1.11"