diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-25 19:30:30 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-25 19:30:30 +0300 |
| commit | 2f3c93066163b32eb62aa15797ec4fff90c7cce8 (patch) | |
| tree | 24d0fa6dcd6043885002e0efd707554b15fa0d83 /Cargo.toml | |
| parent | 778f713b2c4b8f8311daf2b878de91e449f69988 (diff) | |
Switched unworking i2p_client to emissary-core library as i2p implementation.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,12 +8,12 @@ authors = ["namilsk <namilsk@namilsk.tech>", [dependencies] clap = { version = "4.5.53", features = ["derive"] } +toml = { version = "0.9.8", features = ["serde"] } +serde = { version = "1.0.228", 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" -toml = { version = "0.9.8", features = ["serde"] } +emissary-core = "0.2.0" + |
