Add graceful error handling to df script

This commit is contained in:
2021-04-11 15:04:58 +02:00
parent 4becee4a89
commit f09c914881
6 changed files with 188 additions and 58 deletions

View File

@ -12,6 +12,7 @@ futures = "0.3.13"
async-recursion = "0.3.2"
xdg = "2.2.0"
templar = "0.5.0"
compound-error = "0.1.2"
[dependencies.serde]
version = "1.0.125"