mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-04 13:48:01 +02:00
15 lines
303 B
TOML
15 lines
303 B
TOML
[package]
|
|
name = "tauri-plugin-global-shortcut"
|
|
version = "0.0.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.2.1"
|