mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
18 lines
355 B
TOML
18 lines
355 B
TOML
[package]
|
|
name = "sandbox-agent-agent-schema"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
regress = "0.10"
|
|
|
|
[build-dependencies]
|
|
typify = "0.4"
|
|
serde_json = "1.0"
|
|
schemars = "0.8"
|
|
prettyplease = "0.2"
|
|
syn = "2.0"
|