job: add processing blacklist to global config

This commit is contained in:
Bruno BELANYI 2021-03-30 16:11:36 +00:00
parent 209e1e58c7
commit 9de7c783ae
4 changed files with 51 additions and 0 deletions

View file

@ -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"