job: move blacklist processing to request
This commit is contained in:
parent
8e7e0e9a84
commit
ff90b5fb2d
3 changed files with 16 additions and 9 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue