mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
18 lines
426 B
TOML
18 lines
426 B
TOML
[package]
|
|
name = "codex-app-server-protocol-stable-export"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[[bin]]
|
|
name = "codex-app-server-protocol-stable-export"
|
|
path = "src/main.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true, features = ["derive"] }
|
|
codex-app-server-protocol = { path = "../app-server-protocol", default-features = false }
|