mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
This way users can have a simpler time configuring this stuff and we can worry about the spec compliance parts and specifying the same thing over and over parts.
5 lines
150 B
Rust
5 lines
150 B
Rust
pub(crate) mod appservice_server;
|
|
pub(crate) mod client_server;
|
|
pub(crate) mod ruma_wrapper;
|
|
pub(crate) mod server_server;
|
|
pub(crate) mod well_known;
|