chore: add auto-launch

This commit is contained in:
GyDi
2022-01-15 21:00:19 +08:00
parent 9c4b69d1ae
commit 5b03d251fd
2 changed files with 12 additions and 0 deletions

11
src-tauri/Cargo.lock generated
View File

@@ -42,6 +42,7 @@ checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
name = "app"
version = "0.1.0"
dependencies = [
"auto-launch",
"chrono",
"dirs 4.0.0",
"log",
@@ -145,6 +146,16 @@ dependencies = [
"wildmatch",
]
[[package]]
name = "auto-launch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f0ab475f9b1049a9d4e9c83f45ff27ec3bce4a6cb8e58e7f29030f8992af8c5"
dependencies = [
"dirs 4.0.0",
"winreg 0.10.1",
]
[[package]]
name = "autocfg"
version = "1.0.1"