- Logs are printed at the top - Status updates are printed at the bottom and are updated in-place - Removed the redundant code for `download_one`
16 lines
340 B
TOML
16 lines
340 B
TOML
[package]
|
|
name = "fdl"
|
|
version = "0.1.0"
|
|
authors = ["daniel m <danielm@dnml.de>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.2.0", features = [ "full" ] }
|
|
reqwest = { version = "0.11.2", features = [ "stream" ] }
|
|
futures = "0.3.12"
|
|
percent-encoding = "2.1.0"
|
|
regex = "1.4.3"
|
|
crossterm = "0.19.0"
|
|
clap = "2.33.3"
|
|
chrono = "0.4"
|