From b96e44f3526a6da09b5fd09617802190fa8fc134 Mon Sep 17 00:00:00 2001
From: Vika <vika@fireburn.ru>
Date: Tue, 20 Aug 2024 01:45:55 +0300
Subject: util: implement Debug on Config

---
 util/src/micropub.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
cgit 1.4.1