mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 23:02:04 +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
11
engine/packages/error/Cargo.toml
Normal file
11
engine/packages/error/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue