diff options
Diffstat (limited to 'util/src/micropub.rs')
-rw-r--r-- | util/src/micropub.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/micropub.rs b/util/src/micropub.rs index 1a3bcf3..ce9e2d7 100644 --- a/util/src/micropub.rs +++ b/util/src/micropub.rs @@ -46,7 +46,7 @@ fn default_q_list() -> Vec<QueryType> { vec![QueryType::Config] } /// ?q=config output of a Micropub endpoint. -#[derive(serde::Serialize, serde::Deserialize)] +#[derive(Serialize, Deserialize, Debug)] #[serde(rename_all = "kebab-case")] pub struct Config { /// Query types supported by this server. |