1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-07-02 16:38:36 +00:00
conduit/src/api/mod.rs

5 lines
95 B
Rust
Raw Normal View History

pub mod appservice_server;
2022-10-05 20:34:31 +02:00
pub mod client_server;
pub mod ruma_wrapper;
2022-10-05 20:34:31 +02:00
pub mod server_server;