add tauri plugin clipboard manager for pasting credentials (not impl yet)

This commit is contained in:
James Pine
2024-10-12 01:01:17 -07:00
parent d64eb1c715
commit b49a3cfae8
2 changed files with 1 additions and 0 deletions

BIN
Cargo.lock generated
View File

Binary file not shown.

View File

@@ -37,6 +37,7 @@ uuid = { workspace = true, features = ["serde"] }
opener = { version = "0.7.1", features = ["reveal"], default-features = false }
specta-typescript = "=0.0.7"
tauri-plugin-deep-link = "=2.0.1"
tauri-plugin-clipboard-manager = "=2.0.1"
tauri-plugin-dialog = "=2.0.1"
tauri-plugin-http = "=2.0.1"
tauri-plugin-os = "=2.0.1"