chore: add auto-launch

This commit is contained in:
GyDi 2022-01-15 21:00:19 +08:00
parent da7453fdbf
commit 3c3d77fbea
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084
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"

View File

@ -29,6 +29,7 @@ tokio = { version = "1", features = ["full"] }
log = "0.4.14"
log4rs = "1.0.0"
warp = "0.3"
auto-launch = "0.2"
port_scanner = "0.1.5"
[target.'cfg(windows)'.dependencies]