mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 17:01:02 +00:00
12 lines
225 B
TOML
12 lines
225 B
TOML
[package]
|
|
name = "sandbox-daemon-openapi-gen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
sandbox-daemon-core = { path = "../sandbox-daemon" }
|
|
serde_json = "1.0"
|
|
utoipa = "4.2"
|