1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00
conduit/src/api/mod.rs
Timo Kösters a4637e2ba1
cargo fmt
2022-10-10 14:02:01 +02:00

4 lines
95 B
Rust

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