diff --git a/komorebi-client/Cargo.toml b/komorebi-client/Cargo.toml index 76470af5..12cb3022 100644 --- a/komorebi-client/Cargo.toml +++ b/komorebi-client/Cargo.toml @@ -6,7 +6,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -komorebi = { path = "../komorebi", default-features = false } +komorebi = { path = "../komorebi" } uds_windows = { workspace = true } serde_json = { workspace = true } + +[features] +default = ["schemars"] +schemars = ["komorebi/schemars"]