From d47c536f973f48d35081c4dbbfbd2b13394d9aa7 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 27 Jul 2022 11:14:04 +0300 Subject: kittybox-templates: split out MF2 rendering and get rid of log crate Kittybox now uses tracing instead of log. Why would I keep an unneccesary dependency in my Cargo.lock? --- kittybox-rs/src/indieauth/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'kittybox-rs/src/indieauth') diff --git a/kittybox-rs/src/indieauth/mod.rs b/kittybox-rs/src/indieauth/mod.rs index b7d4597..8a37959 100644 --- a/kittybox-rs/src/indieauth/mod.rs +++ b/kittybox-rs/src/indieauth/mod.rs @@ -66,7 +66,6 @@ async fn authorization_endpoint_get( Html(kittybox_templates::Template { title: "Confirm sign-in via IndieAuth", blog_name: "Kittybox", - endpoints: None, feeds: vec![], // TODO user: None, -- cgit 1.4.1