diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-25 21:52:14 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-25 21:52:22 +0300 |
| commit | ecaa84ab50a8a492de35270cd50374809647da19 (patch) | |
| tree | 9dd8629de10dade26995d1b051936b61d862d968 /Cargo.toml | |
| parent | 0a5663173b416301f84b9997d6e3905a4f7a579e (diff) | |
Started implementing i2p-part of package manager
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,8 @@ version = "0.1.0" edition = "2024" license = "CC-BY-NC-SA-4.0" authors = ["namilsk <namilsk@namilsk.tech>", - "asya <asyamozgoff@gmail.com>"] + "asya <asyamozgoff@gmail.com>"] + [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" + |
