fix(portability): cross-platform size-on-disk

Adds the filesize crate as a dependency.
This commit is contained in:
Thomas Hurst
2020-06-18 04:12:19 +00:00
parent f19a4f5a1d
commit 246a93f4b4
3 changed files with 16 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ failure = "0.1"
walkdir = "2"
signal-hook = "0.1.10"
structopt = "0.3"
filesize = "0.2.0"
[dev-dependencies]
insta = "0.12.0"