feat: download using range params
This commit is contained in:
parent
3efe08088c
commit
3c05929e89
12 changed files with 1724 additions and 62 deletions
|
|
@ -1,15 +1,16 @@
|
|||
[package]
|
||||
name = "rusty-tube-cli"
|
||||
name = "rustypipe-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rustypipe = {path = "../"}
|
||||
reqwest = {version = "0.11.11", default_features = false, features = ["gzip", "brotli", "rustls-tls-native-roots"]}
|
||||
tokio = {version = "1.20.0", features = ["rt-multi-thread"]}
|
||||
indicatif = "0.17.0"
|
||||
futures = "0.3.21"
|
||||
anyhow = "1.0"
|
||||
clap = { version = "3.2.16", features = ["derive"] }
|
||||
rusty-tube = {path = "../"}
|
||||
env_logger = "0.9.0"
|
||||
|
|
|
|||
Reference in a new issue