Files
codex/codex-rs/ext/deferred-executor/Cargo.toml
Sayan Sisodiya 20f16edcca make environments nonblocking for turn/start
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
2026-06-16 01:39:57 -07:00

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 }