mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-21 08:59:11 +01:00
13 lines
291 B
TOML
13 lines
291 B
TOML
[package]
|
|
name = "komorebi-client"
|
|
version = "0.1.31"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
komorebi = { path = "../komorebi" }
|
|
|
|
uds_windows = { workspace = true }
|
|
serde_json = { workspace = true }
|