feat: includes executables in ~/.cargo/bin/ if present

This commit is contained in:
2024-05-21 22:57:33 +02:00
parent 557541ddd2
commit 58955e056f
3 changed files with 21 additions and 0 deletions

10
Cargo.lock generated
View File

@@ -124,6 +124,15 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
@@ -154,6 +163,7 @@ version = "0.1.0"
dependencies = [
"clap",
"fuzzy-matcher",
"home",
"sdl2",
]