gate ruma_common::http_headers under feature api

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-10-10 01:26:08 +00:00
parent 3109496a1f
commit eb93c641ab

View File

@ -24,6 +24,7 @@ pub mod authentication;
pub mod canonical_json; pub mod canonical_json;
pub mod directory; pub mod directory;
pub mod encryption; pub mod encryption;
#[cfg(feature = "api")]
pub mod http_headers; pub mod http_headers;
mod identifiers; mod identifiers;
pub mod media; pub mod media;