feat: support edit profile item

This commit is contained in:
GyDi
2022-01-17 02:16:17 +08:00
parent ceec72b869
commit 0bad1794c4
6 changed files with 61 additions and 5 deletions

12
src-tauri/Cargo.lock generated
View File

@@ -58,6 +58,7 @@ dependencies = [
"tauri-plugin-vibrancy",
"tokio",
"warp",
"which",
"winreg 0.10.1",
]
@@ -4110,6 +4111,17 @@ dependencies = [
"cc",
]
[[package]]
name = "which"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
dependencies = [
"either",
"lazy_static",
"libc",
]
[[package]]
name = "wildmatch"
version = "2.1.0"