mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
19 lines
510 B
TOML
19 lines
510 B
TOML
[package]
|
|
name = "oxc_diagnostics"
|
|
version = "0.0.6"
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
miette = { workspace = true }
|
|
|
|
unicode-width = "0.1.10"
|
|
owo-colors = { version = "3.5.0" }
|
|
textwrap = { version = "0.16.0" }
|
|
is-terminal = { version = "0.4.7" }
|