mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-26 11:21:20 +01:00
Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.1. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.26.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
507 B
TOML
19 lines
507 B
TOML
[package]
|
|
name = "komorebi-core"
|
|
version = "0.1.19"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4", features = ["derive"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
serde_yaml = "0.9"
|
|
strum = { version = "0.26", features = ["derive"] }
|
|
schemars = "0.8"
|
|
color-eyre = { workspace = true }
|
|
windows = { workspace = true }
|
|
dunce = { workspace = true }
|
|
dirs = { workspace = true }
|