mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Add proxy flag (#142)
This commit is contained in:
parent
5f98cfb186
commit
d880d641f0
4 changed files with 47 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ anyhow = "1.0"
|
|||
async-trait = "0.1"
|
||||
clap = { version = "4.2", features = ["derive", "string"] }
|
||||
chrono = "0.4"
|
||||
crunchyroll-rs = { version = "0.3", features = ["dash-stream"] }
|
||||
crunchyroll-rs = { version = "0.3.3", features = ["dash-stream"] }
|
||||
ctrlc = "3.2"
|
||||
dirs = "5.0"
|
||||
derive_setters = "0.1"
|
||||
|
|
@ -19,6 +19,7 @@ lazy_static = "1.4"
|
|||
log = { version = "0.4", features = ["std"] }
|
||||
num_cpus = "1.15"
|
||||
regex = "1.7"
|
||||
reqwest = { version = "0.11", features = ["socks"] }
|
||||
sanitize-filename = "0.4"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue