ruma: Enable all Cargo features + docsrs cfg on docs.rs

This commit is contained in:
Jonas Platte 2021-02-08 20:47:40 +01:00
parent c7c11b2f3e
commit 292c5ead54
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -11,6 +11,10 @@ license = "MIT"
version = "0.0.2"
edition = "2018"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
assign = "1.1.1"
js_int = "0.2.0"