1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00
This commit is contained in:
Timo 2020-08-14 11:34:15 +02:00
parent 4be68eba76
commit 3ff17f69ad
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 13 additions and 16 deletions

View file

@ -1,12 +1,12 @@
#![warn(rust_2018_idioms)]
pub mod server_server;
pub mod client_server;
pub mod server_server;
mod push_rules;
mod database;
mod error;
mod pdu;
mod push_rules;
mod ruma_wrapper;
mod utils;