Files
komorebi/komorebi-client/Cargo.toml
2024-04-11 16:59:01 -07:00

13 lines
325 B
TOML

[package]
name = "komorebi-client"
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]
komorebi = { path = "../komorebi" }
komorebi-core = { path = "../komorebi-core" }
uds_windows = "1"
serde_json = { workspace = true }