mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-24 02:11:14 +01:00
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.15. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.22...v4.0.15) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
943 B
TOML
37 lines
943 B
TOML
[package]
|
|
name = "komorebic"
|
|
version = "0.1.13"
|
|
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
|
|
description = "The command-line interface for Komorebi, a tiling window manager for Windows"
|
|
categories = ["cli", "tiling-window-manager", "windows"]
|
|
repository = "https://github.com/LGUG2Z/komorebi"
|
|
license = "MIT"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
derive-ahk = { path = "../derive-ahk" }
|
|
komorebi-core = { path = "../komorebi-core" }
|
|
|
|
clap = { version = "4", features = ["derive", "wrap_help"] }
|
|
color-eyre = "0.6"
|
|
dirs = "4"
|
|
fs-tail = "0.1"
|
|
heck = "0.4"
|
|
lazy_static = "1"
|
|
paste = "1"
|
|
powershell_script = "1.0"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
serde_yaml = "0.9"
|
|
sysinfo = "0.26"
|
|
uds_windows = "1"
|
|
|
|
[dependencies.windows]
|
|
version = "0.42"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_UI_WindowsAndMessaging"
|
|
]
|