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