diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-05-29 10:51:10 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-05-29 10:51:10 -0400 |
| commit | e048d7d050f87e9e5bf06f01e39fd417d6868c7e (patch) | |
| tree | 8312a39234b7f78699914cba06ce2328b047625d /src/models/mod.rs | |
| parent | e38854c7db0fe6f006304d7f638b6aa190fc2d87 (diff) | |
Create a Client struct
Diffstat (limited to 'src/models/mod.rs')
| -rw-r--r-- | src/models/mod.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/models/mod.rs b/src/models/mod.rs index 4a9be81..633f846 100644 --- a/src/models/mod.rs +++ b/src/models/mod.rs @@ -1,3 +1,2 @@ -mod user; - -pub use user::User; +pub mod client; +pub mod user; |
