core-agent-ide/codex-rs/terminal-detection/Cargo.toml
Ahmed Ibrahim 7eb19e5319
Move terminal module to terminal-detection crate (#15216)
- Move core/src/terminal.rs and its tests into a standalone
terminal-detection workspace crate.
- Update direct consumers to depend on codex-terminal-detection and
import terminal APIs directly.

---------

Co-authored-by: Codex <noreply@openai.com>
2026-03-19 14:08:04 -07:00

18 lines
314 B
TOML

[package]
name = "codex-terminal-detection"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
name = "codex_terminal_detection"
path = "src/lib.rs"
[lints]
workspace = true
[dependencies]
tracing = { workspace = true }
[dev-dependencies]
pretty_assertions = { workspace = true }