ffdl/Cargo.toml
Daniel M a46bc063ff Add support for sendcm
- Change the special url resolver code to better (still not optimally)
  support different services besides zippyshare
- Implement support for sendcm
2022-04-01 00:40:42 +02:00

19 lines
459 B
TOML

[package]
name = "ffdl"
version = "0.1.2"
authors = ["daniel m <danielm@dnml.de>"]
edition = "2021"
description = "Download files fast"
[dependencies]
tokio = { version = "1.17.0", features = [ "full" ] }
reqwest = { version = "0.11.10", features = [ "stream" ] }
futures = "0.3.21"
percent-encoding = "2.1.0"
regex = "1.5.5"
crossterm = "0.23.1"
clap = { version = "3.1.6", features = [ "derive" ] }
chrono = "0.4.19"
thiserror = "1.0.30"
anyhow = "1.0.56"