Files
tauri-plugins-workspace/plugins/global-shortcut/Cargo.toml
T
2023-05-12 09:30:55 -03:00

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"