mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 18:01:30 +00:00
20 lines
597 B
TOML
20 lines
597 B
TOML
[package]
|
|
name = "sandbox-agent-opencode-adapter"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
axum.workspace = true
|
|
futures.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
sandbox-agent-error.workspace = true
|
|
sandbox-agent-opencode-server-manager.workspace = true
|
|
reqwest.workspace = true
|
|
sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
|