job: add processing blacklist to global config
This commit is contained in:
parent
209e1e58c7
commit
9de7c783ae
4 changed files with 51 additions and 0 deletions
|
|
@ -15,9 +15,11 @@ anyhow = "1.0.40"
|
|||
hex = "0.4.3"
|
||||
hmac = "0.10.1"
|
||||
log = "0.4.14"
|
||||
regex = "1"
|
||||
rocket = "0.4.7"
|
||||
rocket_contrib = { version = "0.4.7", features = [ "json" ] }
|
||||
serde = { version = "1.0.125", features = [ "derive" ] }
|
||||
serde_json = "1.0.64"
|
||||
serde_regex = "1.1.0"
|
||||
serde_yaml = "0.8.17"
|
||||
sha2 = "0.9.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue