This commit is contained in:
Ahmed Ibrahim
2025-09-30 15:09:26 -07:00
parent 516acc030b
commit e352f37940
9 changed files with 242 additions and 38 deletions

View File

@@ -30,6 +30,7 @@ codex-protocol = { workspace = true }
owo-colors = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
uuid = { workspace = true }
shlex = { workspace = true }
tokio = { workspace = true, features = [
"io-std",