mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-20 10:01:28 +00:00
feat: expand api snapshots and schema tooling
This commit is contained in:
parent
ee014b0838
commit
011ca27287
72 changed files with 29480 additions and 1081 deletions
12
server/packages/universal-schema-gen/Cargo.toml
Normal file
12
server/packages/universal-schema-gen/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "sandbox-agent-universal-schema-gen"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies]
|
||||
sandbox-agent-universal-agent-schema.workspace = true
|
||||
schemars.workspace = true
|
||||
serde_json.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue