[package]
description = "Error models and reporting for my projects"
name = "ts-error"
version = "0.3.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[dependencies]
log = { workspace = true, optional = true }
ts-ansi = { version = "0.2", path = "../ts-ansi" }
[features]
log = ["dep:log"]
std = []
[lints]
workspace = true