chore: test: use pnpm

This commit is contained in:
keiko233
2023-11-13 14:49:28 +08:00
parent 575a14e1f3
commit 890f55c9dc
9 changed files with 3933 additions and 2475 deletions

View File

@@ -36,7 +36,7 @@ delay_timer = "0.11.1"
parking_lot = "0.12.0"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json","rustls-tls"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
tauri = { version = "1.2.4", features = ["global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all"] }
window-vibrancy = { version = "0.3.0" }
window-shadows = { version = "0.2.0" }