diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2c2c1a4..dab5d4a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -11,6 +11,7 @@ tauri-build = { version = "2", features = [] } serde = { version = "1", features = ["derive"] } serde_json = "1" tauri = { version = "2", features = [] } +tauri-plugin-clipboard-manager = { version = "2" } tauri-plugin-dialog = { version = "2" } tauri-plugin-fs = { version = "2" } tauri-plugin-shell = { version = "2" }