From 1a4a9b85b9bf9ae8650a2cd68416476c7d1770b3 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 26 Aug 2024 13:53:00 +0300 Subject: Remove IndiewebEndpoints type It was never used much anyway. --- util/src/lib.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/util/src/lib.rs b/util/src/lib.rs index a919fd8..f92ee1b 100644 --- a/util/src/lib.rs +++ b/util/src/lib.rs @@ -4,16 +4,6 @@ //! //! Some things are gated behind features, namely: //! - `fs` - enables use of filesystem-related utilities -use serde::{Deserialize, Serialize}; - -#[derive(Clone, Serialize, Deserialize)] -pub struct IndiewebEndpoints { - pub authorization_endpoint: String, - pub token_endpoint: String, - pub webmention: Option, - pub microsub: Option, -} - #[derive(Debug, Default)] /// Common types of webmentions. pub enum MentionType { -- cgit 1.4.1