mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-24 18:31:22 +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>
22 lines
484 B
TOML
22 lines
484 B
TOML
[package]
|
|
name = "komorebi-core"
|
|
version = "0.1.13"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4", features = ["derive"] }
|
|
color-eyre = "0.6"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
serde_yaml = "0.9"
|
|
strum = { version = "0.24", features = ["derive"] }
|
|
schemars = "0.8"
|
|
|
|
[dependencies.windows]
|
|
version = "0.42"
|
|
features = [
|
|
"Win32_Foundation",
|
|
]
|