add profile_update module

This commit is contained in:
glyph 2022-03-22 16:12:28 +02:00
parent 084af1b486
commit 703f35d8b1
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ pub mod friends;
pub mod invites;
pub mod peers;
pub mod profile;
pub mod profile_update;
pub mod search;