1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-19 21:28:17 +02:00
conduit/src/api/mod.rs
Timo Kösters a4637e2ba1
cargo fmt
2022-10-10 14:02:01 +02:00

5 lines
95 B
Rust

pub mod appservice_server;
pub mod client_server;
pub mod ruma_wrapper;
pub mod server_server;