1
0
Fork 0
mirror of https://github.com/MedzikUser/imgurs synced 2024-08-15 00:03:19 +00:00
This commit is contained in:
MedzikUserBot 2022-01-24 19:49:27 +00:00
parent 5edeac60fd
commit 4fc60d8bbe

View file

@ -6,7 +6,7 @@ use toml::from_str;
#[derive(Debug, Deserialize)]
pub struct Config {
pub imgur: ConfigImgur,
pub notification: ConfigNotification
pub notification: ConfigNotification,
}
#[derive(Debug, Deserialize)]