continuwuity/src/api/mod.rs
strawberry 66bb88a03a make everything pub(crate) instead of pub
conduwuit is not a library

Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-04-26 02:03:40 -04:00

3 lines
89 B
Rust

pub(crate) mod client_server;
pub(crate) mod ruma_wrapper;
pub(crate) mod server_server;