feat(win): use size on disk for apparent size for OneDrive files (#370)

* feat(win): use size on disk for apparent size for OneDrive files

* apply changes from code review

* run cargo fmt
This commit is contained in:
pandaninjas
2024-02-24 10:05:11 -05:00
committed by GitHub
parent 4a2778b6ea
commit a4b5d8573b
3 changed files with 46 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ sysinfo = "0.27"
[target.'cfg(windows)'.dependencies]
winapi-util = "0.1"
filesize = "0.2.0"
[dev-dependencies]
assert_cmd = "2"