about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-08-20 01:45:55 +0300
committerVika <vika@fireburn.ru>2024-08-20 01:46:13 +0300
commitb96e44f3526a6da09b5fd09617802190fa8fc134 (patch)
treea74ea81378e1222862d30c2b5e56a39f14a6a706
parentd6a8525274ccd96a5ce9540ea2ba1e463c84ff90 (diff)
util: implement Debug on Config
-rw-r--r--util/src/micropub.rs2
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.