mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
chore: add small debug client (#8894)
Small debug client, do not use in production
This commit is contained in:
15
codex-rs/debug-client/Cargo.toml
Normal file
15
codex-rs/debug-client/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "codex-debug-client"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
codex-app-server-protocol.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions.workspace = true
|
||||
Reference in New Issue
Block a user