mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 17:01:02 +00:00
17 lines
364 B
TOML
17 lines
364 B
TOML
[package]
|
|
name = "gigacode"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
description = "Sandbox Agent CLI with OpenCode attach by default"
|
|
repository.workspace = true
|
|
|
|
[[bin]]
|
|
name = "gigacode"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
sandbox-agent.workspace = true
|
|
tracing.workspace = true
|