From 778f713b2c4b8f8311daf2b878de91e449f69988 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Tue, 25 Nov 2025 16:50:59 +0300 Subject: Created minimal package validation here. Writed documentations comments (///) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 39c9dd9..d688553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,10 @@ authors = ["namilsk ", [dependencies] clap = { version = "4.5.53", 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" -- cgit v1.2.3