From d10ac4cc08d679e7971296b79c6eafadcdbc78de Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sat, 29 Nov 2025 20:26:35 +0300 Subject: Big refactors and additions, implemented http package getter and refactored i2p fn --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6c71c6a..01c143b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = ["namilsk ", clap = { version = "4.5.53", features = ["derive"] } toml = { version = "0.9.8", features = ["serde"] } serde = { version = "1.0.228", features = ["derive"] } -tokio = { version = "1.48.0", features = ["macros", "rt"] } +tokio = { version = "1.48.0", features = ["fs", "io-util", "macros", "rt"] } flate2 = "1.1.5" log = "0.4.28" sqlite = "0.37.0" @@ -19,4 +19,6 @@ tar = "0.4.44" emissary-core = "0.2.0" yosemite = "0.6.1" cc = "1.2.48" +reqwest = "0.12.24" +url = "2.5.7" -- cgit v1.2.3