diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-03 21:00:31 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-03 21:00:31 +0300 |
| commit | 2c8b804cd61a480501069cdf4d4377f3c2cf30bb (patch) | |
| tree | 2eecc7396b2445d881c316848f158830aa6a8d7d /Cargo.toml | |
| parent | 2c7b2b72edf32ec19ac9b72b47c075209717deb4 (diff) | |
Not much of the documentation has been implemented, as well as some minor changes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -17,15 +17,12 @@ tokio = { version = "1.48.0", features = ["fs", "io-util", "macros", "rt"] } reqwest = { version = "0.12.24", features = ["stream"] } flate2 = "1.1.5" log = "0.4.28" -sqlite = "0.37.0" tar = "0.4.44" -emissary-core = "0.2.0" yosemite = "0.6.1" cc = "1.2.48" url = "2.5.7" indicatif = "0.18.3" futures-util = "0.3.31" -zip = "6.0.0" [dev-dependencies] env_logger = "0.11.8" @@ -33,4 +30,5 @@ log = "0.4.28" mockito = "1.7.1" tempfile = "3.23.0" tokio-test = "0.4.4" +serial_test = "3.2.0" |
