[package]
name = "stynx-code-errors"
version = "3.12.1"
edition = "2024"
description = "Centralized error types for the stynx-code workspace"
license = "MIT"
repository = "https://github.com/maulanasdqn/stynx-code"
readme = "../README.md"
[dependencies]
anyhow = { workspace = true }
axum = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }