aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2022-09-22 22:35:31 +0200
committerGitHub <noreply@github.com>2022-09-22 22:35:31 +0200
commit6b7f92b062ab8d4ed7ccd8cc84663b9cab63ec2f (patch)
tree52f34da65eb5bf79eb4f7771c285591ade5ef6d4 /src-tauri/Cargo.toml
parent41cf93b7121fe2bd83a5428ebd20ace5beb60866 (diff)
parent7be562965057dddd0719646c5bb7fb48574bb3a2 (diff)
downloadFlightCore-6b7f92b062ab8d4ed7ccd8cc84663b9cab63ec2f.tar.gz
FlightCore-6b7f92b062ab8d4ed7ccd8cc84663b9cab63ec2f.zip
Merge branch 'GeckoEidechse:main' into feat/new-ui
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index ff8a8c44..5f2cce4d 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "0.1.2"
+version = "0.1.5"
description = "A Tauri App"
authors = ["you"]
license = ""
@@ -36,6 +36,8 @@ regex = "1.6.0"
sysinfo = "0.26.2"
# HTTP requests
reqwest = { version = "0.11", features = ["blocking"] }
+# Persistent store for settings
+tauri-plugin-store = { git = "https://github.com/tauri-apps/tauri-plugin-store", branch = "dev" }
[features]
# by default Tauri runs in production mode