From 2f3c93066163b32eb62aa15797ec4fff90c7cce8 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Tue, 25 Nov 2025 19:30:30 +0300 Subject: Switched unworking i2p_client to emissary-core library as i2p implementation. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d688553..c19d6bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ authors = ["namilsk ", [dependencies] clap = { version = "4.5.53", features = ["derive"] } +toml = { version = "0.9.8", features = ["serde"] } +serde = { version = "1.0.228", features = ["derive"] } flate2 = "1.1.5" -i2p = "0.0.1" -i2p_client = "0.2.9" log = "0.4.28" -serde = { version = "1.0.228", features = ["derive"] } sqlite = "0.37.0" tar = "0.4.44" -toml = { version = "0.9.8", features = ["serde"] } +emissary-core = "0.2.0" + -- cgit v1.2.3