Windows: look for git repos in the startup directory

This commit is contained in:
Roey Darwish Dror
2021-02-02 22:28:22 +02:00
parent 27a3d37591
commit 66e62cc3eb
4 changed files with 51 additions and 2 deletions

20
Cargo.lock generated
View File

@@ -943,6 +943,19 @@ dependencies = [
"hashbrown",
]
[[package]]
name = "parselnk"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d098204d9ef47f80312460c1555a152972ea9f0a67487a77b2ab7e03fd510d4f"
dependencies = [
"bitflags 1.2.1",
"byteorder",
"chrono",
"thiserror",
"widestring",
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
@@ -1700,6 +1713,7 @@ dependencies = [
"nix",
"notify-rust",
"openssl-probe",
"parselnk",
"pretty_env_logger",
"regex",
"rust-ini",
@@ -1958,6 +1972,12 @@ dependencies = [
"thiserror",
]
[[package]]
name = "widestring"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
[[package]]
name = "winapi"
version = "0.3.9"