beginnings of authentication

This commit is contained in:
Colin McKechney
2023-04-27 23:59:14 -04:00
parent 57563c6968
commit e32c1f9492
6 changed files with 384 additions and 118 deletions

2
src/api/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod user;