From f3d98b21d0b66952501aed5403df6773716f9e0b Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sat, 29 Nov 2025 16:08:17 +0300 Subject: Connected some functions to main.rs. --- src/i2impl/mi2p.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/i2impl') diff --git a/src/i2impl/mi2p.rs b/src/i2impl/mi2p.rs index 9faef34..cf2b8e5 100644 --- a/src/i2impl/mi2p.rs +++ b/src/i2impl/mi2p.rs @@ -1,7 +1,6 @@ use crate::cfg::config::Config; -use serde::de::value::StrDeserializer; use tokio; use emissary_core::runtime::{ AsyncRead, @@ -45,7 +44,7 @@ impl I2PStatus { } */ -struct I2P { +pub struct I2P { session: Option>, connected: bool, config: Config, -- cgit v1.2.3