chore(rust): add store, window-state, global-shortcut, tokio
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
5170
src-tauri/Cargo.lock
generated
Normal file
5170
src-tauri/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -23,3 +23,10 @@ tauri-plugin-opener = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
tauri-plugin-store = "2"
|
||||
tokio = { version = "1", features = ["time", "macros"] }
|
||||
|
||||
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
|
||||
tauri-plugin-window-state = "2"
|
||||
tauri-plugin-global-shortcut = "2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user