summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-25 16:50:59 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-25 16:50:59 +0300
commit778f713b2c4b8f8311daf2b878de91e449f69988 (patch)
tree020af9cb8ea6e78a2edca31879c94cf50942f50e /Cargo.toml
parent296b5dc8473fe2e0fe39ec94b9e5109aa7857774 (diff)
Created minimal package validation here. Writed documentations comments (///)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 39c9dd9..d688553 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,10 @@ authors = ["namilsk <namilsk@namilsk.tech>",
[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"