start working on terminal launcher

This commit is contained in:
2023-08-02 19:57:37 -07:00
parent 60c24e3ee4
commit 89bc74e644
7 changed files with 134 additions and 0 deletions

12
src-tauri/Cargo.lock generated
View File

@ -1066,6 +1066,7 @@ dependencies = [
"tauri-plugin-single-instance",
"thiserror",
"tokio",
"which",
]
[[package]]
@ -5145,6 +5146,17 @@ dependencies = [
"windows-metadata",
]
[[package]]
name = "which"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
dependencies = [
"either",
"libc",
"once_cell",
]
[[package]]
name = "winapi"
version = "0.3.9"