core-agent-ide/codex-rs/utils/sanitizer/Cargo.toml
jif-oai cf4ef84b52
feat: add sanitizer to redact secrets (#11600)
Adding a sanitizer crate that can redact API keys and other secret with
known pattern from a String
2026-02-12 16:44:01 +00:00

11 lines
175 B
TOML

[package]
name = "codex-utils-sanitizer"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
regex = "1.12.3"
[lints]
workspace = true