feat(global-shortcut): add plugin (#324)

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Lucas Fernandes Nogueira
2023-04-18 22:18:14 -03:00
committed by GitHub
co-authored by Amr Bashir
parent 8cd7d3501b
commit 4b66ba03a5
14 changed files with 857 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "tauri-plugin-global-shortcut"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
serde.workspace = true
serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
global-hotkey = "0.1"