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.lock | |
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.lock')
-rw-r--r-- | src-tauri/Cargo.lock | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 624586d6..76a513d6 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -76,7 +76,7 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" [[package]] name = "app" -version = "0.1.2" +version = "0.1.5" dependencies = [ "anyhow", "libthermite", @@ -90,6 +90,7 @@ dependencies = [ "sysinfo", "tauri", "tauri-build", + "tauri-plugin-store", "tokio", "zip", ] @@ -3467,6 +3468,18 @@ dependencies = [ ] [[package]] +name = "tauri-plugin-store" +version = "0.0.0" +source = "git+https://github.com/tauri-apps/tauri-plugin-store?branch=dev#d8efb964bb1894bdf01407693ee896d0f9c557b3" +dependencies = [ + "log", + "serde", + "serde_json", + "tauri", + "thiserror", +] + +[[package]] name = "tauri-runtime" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" |