From 44c47b3c2a2ec3e9c9c0efac4dceaec082a62d60 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 30 May 2024 00:06:08 +0200 Subject: document cookie auth and such --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 5a88ad1..045440e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,8 +7,6 @@ pub mod config; pub mod error; pub mod filters; pub mod helper; -#[cfg(feature = "mond")] -pub mod reporting; use aes_gcm_siv::{aead::generic_array::GenericArray, Aes256GcmSiv, KeyInit}; use anyhow::{anyhow, Context, Result}; -- cgit v1.2.3-70-g09d2