- URLs are now extracted from a synchronized queue by each task - Bump version to 0.1.2
16 lines
341 B
TOML
16 lines
341 B
TOML
[package]
|
|
name = "ffdl"
|
|
version = "0.1.2"
|
|
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"
|