mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 20:03:11 +00:00
12 lines
205 B
TOML
12 lines
205 B
TOML
[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"
|