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,12 @@
[package]
name = "openapi-gen"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
[build-dependencies]
sandbox-daemon = { path = "../sandbox-daemon" }
serde_json = "1.0"
utoipa = "4.2"