mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
chore: reverse the codex-network-proxy -> codex-core dependency (#11121)
This commit is contained in:
17
codex-rs/network-proxy-cli/Cargo.toml
Normal file
17
codex-rs/network-proxy-cli/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "codex-network-proxy-cli"
|
||||
edition = "2024"
|
||||
version = { workspace = true }
|
||||
license.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "codex-network-proxy"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
codex-core = { workspace = true }
|
||||
codex-network-proxy = { path = "../network-proxy" }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tracing-subscriber = { workspace = true, features = ["fmt"] }
|
||||
Reference in New Issue
Block a user