diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 8262f05b..f88b9bc8 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -82,6 +82,7 @@ markdown = ["ruma-events/markdown"] # Everything except compat and unstable features full = [ "api", + "client", "events", "signatures", "appservice-api",