Add basic search command

This commit is contained in:
bytedream 2023-05-25 18:53:56 +02:00
parent b24827dc6b
commit d12f2c036b
10 changed files with 1352 additions and 702 deletions

View file

@ -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.4", features = ["dash-stream"] }
crunchyroll-rs = { version = "0.3.6", features = ["dash-stream"] }
ctrlc = "3.2"
dirs = "5.0"
derive_setters = "0.1"
@ -23,10 +23,11 @@ reqwest = { version = "0.11", default-features = false, features = ["socks"] }
sanitize-filename = "0.4"
serde = "1.0"
serde_json = "1.0"
serde_plain = "1.0"
shlex = "1.1"
tempfile = "3.5"
terminal_size = "0.2"
tokio = { version = "1.27", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.28", features = ["macros", "rt-multi-thread", "time"] }
sys-locale = "0.3"
[build-dependencies]