mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
17 lines
384 B
TOML
17 lines
384 B
TOML
[package]
|
|
name = "komorebi-client"
|
|
version = "0.1.40"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
komorebi = { path = "../komorebi", default-features = false }
|
|
|
|
uds_windows = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
|
|
[features]
|
|
default = ["schemars"]
|
|
schemars = ["komorebi/default"]
|