-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
28 lines (25 loc) · 872 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "komokana"
version = "0.1.4"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "A daemon that switches kanata keyboard layers in response to komorebi events"
categories = ["cli", "tiling-window-manager", "windows", "keyboard"]
repository = "https://github.com/LGUG2Z/komokana"
license = "MIT"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4", features = ["derive", "wrap_help"] }
color-eyre = "0.6"
dirs = "5"
env_logger = "0.11"
json_dotpath = "1"
log = "0.4"
parking_lot = "0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.29"}
[dependencies.windows]
version = "0.58"
features = ["Win32_UI_Input_KeyboardAndMouse"]