mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-12 13:34:26 +02:00
fix(client): expose schemars feature and allow opt-out
This commit is contained in:
@@ -6,7 +6,11 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
komorebi = { path = "../komorebi", default-features = false }
|
komorebi = { path = "../komorebi" }
|
||||||
|
|
||||||
uds_windows = { workspace = true }
|
uds_windows = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["schemars"]
|
||||||
|
schemars = ["komorebi/schemars"]
|
||||||
|
|||||||
Reference in New Issue
Block a user