diff --git a/Cargo.toml b/Cargo.toml index 7824759..54203de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,6 @@ zip = { version = "2", default-features = false, features = ["flate2"] } [features] console-subscriber = ["dep:console-subscriber"] -default = ["matrix"] +default = [] matrix = ["dep:dirs", "dep:matrix-sdk"] mimalloc = ["dep:mimalloc"]