Check for remaining disk space (#150)

This commit is contained in:
ByteDream 2023-04-09 19:26:42 +02:00
parent baa6ca5018
commit 94df245e4e
3 changed files with 110 additions and 5 deletions

View file

@ -13,6 +13,7 @@ crunchyroll-rs = { version = "0.3", features = ["dash-stream"] }
ctrlc = "3.2"
dirs = "5.0"
derive_setters = "0.1"
fs2 = "0.4"
indicatif = "0.17"
lazy_static = "1.4"
log = { version = "0.4", features = ["std"] }