mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 10:02:26 +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
19
server/packages/extracted-agent-schemas/Cargo.toml
Normal file
19
server/packages/extracted-agent-schemas/Cargo.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "sandbox-agent-extracted-agent-schemas"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
regress.workspace = true
|
||||
chrono.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
typify.workspace = true
|
||||
serde_json.workspace = true
|
||||
schemars.workspace = true
|
||||
prettyplease.workspace = true
|
||||
syn.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue