mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Check for remaining disk space (#150)
This commit is contained in:
parent
baa6ca5018
commit
94df245e4e
3 changed files with 110 additions and 5 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -355,6 +355,7 @@ dependencies = [
|
|||
"ctrlc",
|
||||
"derive_setters",
|
||||
"dirs",
|
||||
"fs2",
|
||||
"indicatif",
|
||||
"lazy_static",
|
||||
"log",
|
||||
|
|
@ -675,6 +676,16 @@ version = "2.9.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
|
||||
|
||||
[[package]]
|
||||
name = "fs2"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "futures-channel"
|
||||
version = "0.3.28"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue