mirror of
https://github.com/tauri-apps/global-hotkey.git
synced 2026-01-31 00:45:22 +01:00
17 lines
483 B
TOML
17 lines
483 B
TOML
[package]
|
|
name = "global-hotkey"
|
|
version = "0.0.0"
|
|
description = "Global hotkeys for Desktop Applications"
|
|
edition = "2021"
|
|
keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]
|
|
license = "Apache-2.0 OR MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/amrbashir/global-hotkey"
|
|
documentation = "https://docs.rs/global-hotkey"
|
|
categories = [ "gui" ]
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|