chore: update readme

This commit is contained in:
Nathan Flurry 2026-02-06 01:42:01 -08:00
parent 9ab27ad1a8
commit b7fa0f75a3
19 changed files with 379 additions and 136 deletions

View file

@ -1,17 +0,0 @@
[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