mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 17:01:02 +00:00
13 lines
283 B
TOML
13 lines
283 B
TOML
[package]
|
|
name = "sandbox-agent-error"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
schemars.workspace = true
|
|
utoipa.workspace = true
|