mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 16:04:06 +00:00
17 lines
394 B
TOML
17 lines
394 B
TOML
[package]
|
|
name = "sandbox-agent-openapi-gen"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
tracing = "0.1"
|
|
tracing-logfmt = "0.3"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
|
|
[build-dependencies]
|
|
sandbox-agent-core = { path = "../sandbox-agent" }
|
|
serde_json = "1.0"
|
|
utoipa = "4.2"
|