Files
tauri-plugins-workspace/plugins/global-shortcut/Cargo.toml
T

15 lines
301 B
TOML

[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.2"