Adding a sanitizer crate that can redact API keys and other secret with known pattern from a String
11 lines
175 B
TOML
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
|