Skip to content
Snippets Groups Projects
Unverified Commit 3c3d77fb authored by GyDi's avatar GyDi
Browse files

chore: add auto-launch

parent da7453fd
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment