diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-03-27 12:58:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 12:58:30 +0100 |
| commit | 87ca05b4bb4436826a61bcbfe946a39a00f00be0 (patch) | |
| tree | 2ff86a15784aa7ad2f70a83d3b01460a0ac66839 /Cargo.lock | |
| parent | d69a8a70450e304ff62b543b164878273727005f (diff) | |
| parent | dca3ea355ea1809318ea545f23f396405d86aa0a (diff) | |
Merge pull request #1915 from mo8it/home
Remove the home dependency since it is not used
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -256,15 +256,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] -name = "home" -version = "0.5.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" -dependencies = [ - "windows-sys 0.52.0", -] - -[[package]] name = "indexmap" version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -529,7 +520,6 @@ dependencies = [ "clap", "console", "glob", - "home", "indicatif", "notify-debouncer-mini", "predicates", |
