job: move blacklist processing to request

This commit is contained in:
Antoine Martin 2021-03-30 22:00:59 +02:00
parent 8e7e0e9a84
commit ff90b5fb2d
3 changed files with 16 additions and 9 deletions

View file

@ -2,7 +2,7 @@ use serde::Deserialize;
pub(crate) type RepoUrl = String; // FIXME: probably needs a better type than this
#[derive(Default, Deserialize)]
#[derive(Clone, Default, Deserialize)]
pub(crate) struct GlobalSettings {
/// List of remote stems to use when no `.lohr` file is found
#[serde(default)]