mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 00:04:54 +00:00
feat: add openapi generator and error schemas
This commit is contained in:
parent
55c45bfc12
commit
1ac5a0a23a
5 changed files with 348 additions and 0 deletions
12
engine/packages/openapi-gen/Cargo.toml
Normal file
12
engine/packages/openapi-gen/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue