diff --git a/src/config.rs b/src/config.rs index c5a6728..35fa6f3 100644 --- a/src/config.rs +++ b/src/config.rs @@ -32,6 +32,7 @@ pub struct MastodonConfig { pub struct ScootalooConfig { pub db_path: String, pub cache_path: String, + pub rate_limit: Option, } /// Parses the TOML file into a Config Struct