mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
23 lines
443 B
TOML
23 lines
443 B
TOML
[package]
|
|
name = "oxc_diagnostics"
|
|
version = "0.48.2"
|
|
authors.workspace = true
|
|
categories.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
include = ["/src"]
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
description.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
cow-utils = { workspace = true }
|
|
miette = { workspace = true }
|