chore: update readme

This commit is contained in:
Nathan Flurry 2026-02-06 01:42:01 -08:00
parent c0800e1a43
commit 9ba7fc3b3e
No known key found for this signature in database
GPG key ID: 6A5F43A4F3241BCA
19 changed files with 379 additions and 136 deletions

17
gigacode/Cargo.toml Normal file
View file

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