mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 04:03:31 +00:00
12 lines
329 B
TOML
12 lines
329 B
TOML
[package]
|
|
name = "sandbox-daemon-universal-agent-schema"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sandbox-daemon-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"] }
|