Implement chrs-shhh: Secrets Sentinel for redaction of API keys and tokens

This commit is contained in:
anthonyrawlins
2026-03-03 17:39:27 +11:00
parent ce5c2238dd
commit 99def66866
2 changed files with 93 additions and 0 deletions

11
chrs-shhh/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "chrs-shhh"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
regex = "1.10"
lazy_static = "1.4"