2026-02-11 10:02:49 -08:00
|
|
|
[package]
|
|
|
|
|
name = "codex-config"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
codex-app-server-protocol = { workspace = true }
|
|
|
|
|
codex-execpolicy = { workspace = true }
|
|
|
|
|
codex-protocol = { workspace = true }
|
|
|
|
|
codex-utils-absolute-path = { workspace = true }
|
|
|
|
|
futures = { workspace = true, features = ["alloc", "std"] }
|
|
|
|
|
multimap = { workspace = true }
|
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
|
serde_json = { workspace = true }
|
2026-02-20 23:19:29 -08:00
|
|
|
serde_path_to_error = { workspace = true }
|
2026-02-11 10:02:49 -08:00
|
|
|
sha2 = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
2026-02-20 23:19:29 -08:00
|
|
|
tokio = { workspace = true, features = ["fs"] }
|
2026-02-11 10:02:49 -08:00
|
|
|
toml = { workspace = true }
|
2026-02-20 23:19:29 -08:00
|
|
|
toml_edit = { workspace = true }
|
|
|
|
|
tracing = { workspace = true }
|
2026-02-11 10:02:49 -08:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
|
pretty_assertions = { workspace = true }
|
|
|
|
|
tokio = { workspace = true, features = ["full"] }
|