mirror of
https://github.com/openai/codex.git
synced 2026-09-04 15:08:45 +00:00
WIP; needs follow up. pending envs currently skip project AGENTS.md, executor skills/plugins, and potentially environment-backed MCP startup without reloading them after readiness
20 lines
402 B
TOML
20 lines
402 B
TOML
[package]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "codex-deferred-executor-extension"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "codex_deferred_executor_extension"
|
|
path = "src/lib.rs"
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
codex-core = { workspace = true }
|
|
codex-extension-api = { workspace = true }
|
|
codex-tools = { workspace = true }
|
|
serde_json = { workspace = true }
|