mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
19 lines
530 B
TOML
19 lines
530 B
TOML
[package]
|
|
name = "komorebi-core"
|
|
version = "0.1.25-dev.0"
|
|
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 = { workspace = true }
|
|
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 }
|