diff options
Diffstat (limited to 'fun/tvldb/src/cfg.rs')
-rw-r--r-- | fun/tvldb/src/cfg.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fun/tvldb/src/cfg.rs b/fun/tvldb/src/cfg.rs deleted file mode 100644 index 038795a6f114..000000000000 --- a/fun/tvldb/src/cfg.rs +++ /dev/null @@ -1,11 +0,0 @@ -use std::collections::HashSet; - -#[derive(Deserialize)] -pub struct Config { - pub database_url: String, - pub irc_config_path: String, - #[serde(default)] - pub admins: HashSet<String>, - #[serde(default)] - pub log_filter: Option<String>, -} |