Files
llmx/codex-rs/utils/pty/Cargo.toml
jif-oai 5e4f3bbb0b chore: rework tools execution workflow (#5278)
Re-work the tool execution flow. Read `orchestrator.rs` to understand
the structure
2025-10-20 20:57:37 +01:00

17 lines
285 B
TOML

[package]
edition = "2021"
name = "codex-utils-pty"
version = { workspace = true }
[lints]
workspace = true
[dependencies]
anyhow = { workspace = true }
portable-pty = { workspace = true }
tokio = { workspace = true, features = [
"macros",
"rt-multi-thread",
"sync",
] }