This commit is contained in:
ByteDream 2023-03-23 01:17:41 +01:00
parent 90212c4ec0
commit 0a40f3c40f
30 changed files with 3651 additions and 2982 deletions

View file

@ -7,12 +7,12 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
clap = { version = "4.0", features = ["derive", "string"] }
clap = { version = "4.1", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = "0.2"
csv = "1.1"
crunchyroll-rs = { version = "0.3", features = ["dash-stream"] }
ctrlc = "3.2"
dirs = "4.0"
dirs = "5.0"
derive_setters = "0.1"
indicatif = "0.17"
lazy_static = "1.4"
log = { version = "0.4", features = ["std"] }
@ -23,9 +23,9 @@ serde = "1.0"
serde_json = "1.0"
shlex = "1.1"
signal-hook = "0.3"
tempfile = "3.3"
tempfile = "3.4"
terminal_size = "0.2"
tokio = { version = "1.24", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.26", features = ["macros", "rt-multi-thread", "time"] }
sys-locale = "0.2"
[build-dependencies]