mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Add option to select seasons when season number is duplicated (#199)
This commit is contained in:
parent
d75c04fbb6
commit
fc44b8af8a
10 changed files with 227 additions and 52 deletions
|
|
@ -11,6 +11,7 @@ clap = { version = "4.3", features = ["derive", "string"] }
|
|||
chrono = "0.4"
|
||||
crunchyroll-rs = { version = "0.3.6", features = ["dash-stream"] }
|
||||
ctrlc = "3.4"
|
||||
dialoguer = { version = "0.10", default-features = false }
|
||||
dirs = "5.0"
|
||||
derive_setters = "0.1"
|
||||
fs2 = "0.4"
|
||||
|
|
@ -26,7 +27,6 @@ serde_json = "1.0"
|
|||
serde_plain = "1.0"
|
||||
shlex = "1.1"
|
||||
tempfile = "3.6"
|
||||
terminal_size = "0.2"
|
||||
tokio = { version = "1.28", features = ["macros", "rt-multi-thread", "time"] }
|
||||
sys-locale = "0.3"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue