mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
chore: reverse the codex-network-proxy -> codex-core dependency (#11121)
This commit is contained in:
@@ -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