diff options
author | Rémy Raes <contact@remyraes.com> | 2022-09-22 22:35:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 22:35:31 +0200 |
commit | 6b7f92b062ab8d4ed7ccd8cc84663b9cab63ec2f (patch) | |
tree | 52f34da65eb5bf79eb4f7771c285591ade5ef6d4 /src-tauri/Cargo.toml | |
parent | 41cf93b7121fe2bd83a5428ebd20ace5beb60866 (diff) | |
parent | 7be562965057dddd0719646c5bb7fb48574bb3a2 (diff) | |
download | FlightCore-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.toml | 4 |
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 |