Create users actor

This commit is contained in:
2022-03-30 11:40:03 +02:00
parent 70aaa1ff44
commit bfe4674f88
6 changed files with 93 additions and 3 deletions

1
src/actors/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod users_actor;