mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 03:00:48 +00:00
14 lines
392 B
TOML
14 lines
392 B
TOML
[package]
|
|
name = "sandbox-agent-universal-agent-schema"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
sandbox-agent-agent-schema = { path = "../agent-schema" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
schemars = "0.8"
|
|
thiserror = "1.0"
|
|
utoipa = { version = "4.2", features = ["axum_extras"] }
|