add RSS debug tool

This commit is contained in:
_ 2025-09-11 01:06:11 +00:00
parent 6daa02e8ad
commit aeaa6eb3a6
5 changed files with 206 additions and 21 deletions

View file

@ -14,7 +14,7 @@ struct SillyDownloadable {
#[derive(Clone, Deserialize)]
pub(crate) struct Config {
#[serde(flatten)]
pub(crate) dl: SillyDownloadable,
dl: SillyDownloadable,
#[serde(flatten)]
pub(crate) ui: CalendarUi,