Add missing docs.rs metadata to Cargo manifests

This commit is contained in:
Jonas Platte
2021-06-01 12:32:29 +02:00
parent b1e6aa78c7
commit 6d253c6038
11 changed files with 38 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ license = "MIT"
version = "0.1.0"
edition = "2018"
[package.metadata.docs.rs]
all-features = true
[features]
unstable-pre-spec = ["ruma-events/unstable-pre-spec"]