stynx-code-errors 3.12.1

Centralized error types for the stynx-code workspace
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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 }