remove localstorage

This commit is contained in:
Ren Amamiya
2023-04-24 11:59:33 +07:00
parent bd262a12e7
commit 98637feba4
27 changed files with 123 additions and 125 deletions

13
src-tauri/Cargo.lock generated
View File

@@ -2106,6 +2106,7 @@ dependencies = [
"tauri-build",
"tauri-plugin-single-instance",
"tauri-plugin-sql",
"tauri-plugin-store",
]
[[package]]
@@ -4052,6 +4053,18 @@ dependencies = [
"tokio",
]
[[package]]
name = "tauri-plugin-store"
version = "0.1.0"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#7acf865ffbb82c6d00334926a4527dd5ff3163a4"
dependencies = [
"log",
"serde",
"serde_json",
"tauri",
"thiserror",
]
[[package]]
name = "tauri-runtime"
version = "0.12.1"