Split crates

This commit is contained in:
Guilherme Werner
2023-12-27 12:40:58 -03:00
parent 5d5bb4db97
commit 9cd88707ff
13 changed files with 133 additions and 59 deletions

5
src/types/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved.
pub mod games;
pub mod oauth2;
pub mod users;