mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-24 02:11:14 +01:00
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.43.0 to 0.44.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.43.0...0.44.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor ... 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.14"
|
|
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.44"
|
|
features = [
|
|
"Win32_Foundation",
|
|
]
|