mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 23:01:37 +00:00
14 lines
360 B
TOML
14 lines
360 B
TOML
[package]
|
|
name = "sandbox-agent-universal-schema-gen"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
sandbox-agent-universal-agent-schema.workspace = true
|
|
schemars.workspace = true
|
|
serde_json.workspace = true
|