Implement chrs-shhh: Secrets Sentinel for redaction of API keys and tokens
This commit is contained in:
11
chrs-shhh/Cargo.toml
Normal file
11
chrs-shhh/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user