Add autounmount on exit and SIGINT handler.

This commit is contained in:
AB
2020-04-19 03:33:29 +03:00
parent e2358b7ab4
commit c86f1426c2
2 changed files with 34 additions and 27 deletions

View File

@ -19,3 +19,4 @@ env_logger = "0.7.1"
log = { version = "^0.4.5", features = ["std"] }
size_format = "1.0.2"
base64 = "0.12.0"
ctrlc = "3.1.4"