From ecaa84ab50a8a492de35270cd50374809647da19 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Tue, 25 Nov 2025 21:52:14 +0300 Subject: Started implementing i2p-part of package manager --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c19d6bf..e339616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,8 @@ version = "0.1.0" edition = "2024" license = "CC-BY-NC-SA-4.0" authors = ["namilsk ", - "asya "] + "asya "] + [dependencies] clap = { version = "4.5.53", features = ["derive"] } @@ -15,5 +16,8 @@ log = "0.4.28" sqlite = "0.37.0" tar = "0.4.44" emissary-core = "0.2.0" +tokio = "1.48.0" +yosemite = "0.6.1" + -- cgit v1.2.3