diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-10 11:37:48 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-10 11:37:48 +0200 |
commit | 809cbed66336d44ab88113137d5fbf130e75cc8b (patch) | |
tree | a14a861738f514fae6e970d36b4b86c019e09594 /src-tauri/Cargo.toml | |
parent | f6bc90dfc7242f7652cda2edb7cad2ff335c0b7b (diff) | |
download | FlightCore-809cbed66336d44ab88113137d5fbf130e75cc8b.tar.gz FlightCore-809cbed66336d44ab88113137d5fbf130e75cc8b.zip |
Add install location detection for Origin
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 384da83e..5f3f2ed0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -28,6 +28,10 @@ anyhow = "1.0" libthermite = "0.1.0" # zip stuff zip = "0.6.2" +# powershell interaction +powershell_script = "1.0.4" +# Regex +regex = "1.6.0" [features] # by default Tauri runs in production mode |