Files
komorebi/komorebi-core/Cargo.toml
2023-11-10 16:23:53 -08:00

17 lines
435 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"] }
color-eyre = "0.6"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
strum = { version = "0.25", features = ["derive"] }
schemars = "0.8"
windows = { workspace = true }