feat: add openapi generator and error schemas

This commit is contained in:
Nathan Flurry 2026-01-25 00:16:43 -08:00
parent 55c45bfc12
commit 1ac5a0a23a
5 changed files with 348 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[package]
name = "error"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
schemars = "0.8"
utoipa = "4.2"