diff options
author | fxqnlr <[email protected]> | 2023-05-21 13:43:52 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-05-21 13:43:52 +0200 |
commit | 016e1d8d760113a64afcc5d516f08010cb566d68 (patch) | |
tree | 3de1a3bfbd3c7266dab5288240720133ffd2f602 /Cargo.toml | |
parent | 5a2ea0755b29a8811aeeec1c73679c5783082628 (diff) | |
download | modlist-016e1d8d760113a64afcc5d516f08010cb566d68.tar modlist-016e1d8d760113a64afcc5d516f08010cb566d68.tar.gz modlist-016e1d8d760113a64afcc5d516f08010cb566d68.zip |
added multithreaded downloads and progressbar
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ error-chain = "0.12.4" | |||
18 | dirs = "5.0.0" | 18 | dirs = "5.0.0" |
19 | clap = { version = "4.2.1", features = ["derive"] } | 19 | clap = { version = "4.2.1", features = ["derive"] } |
20 | clap_complete = "4.2.0" | 20 | clap_complete = "4.2.0" |
21 | indicatif = "0.17.3" | ||