Files
codex/codex-rs/terminal-detection/Cargo.toml
2026-03-19 13:13:26 -07:00

19 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 }