mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
13 lines
325 B
TOML
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 }
|