Files
archived-global-hotkey/Cargo.toml
amrbashir b15f622102 init
2022-12-08 20:58:06 +02:00

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]