Add base64 prompt decoding option

This commit is contained in:
Dylan
2025-10-03 15:58:42 -07:00
parent 570639cf98
commit 9016a934fb
6 changed files with 99 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ workspace = true
[dependencies]
anyhow = "1"
base64 = "0.22"
chrono = "0.4.40"
clap = { version = "4", features = ["derive"] }
codex-arg0 = { path = "../arg0" }