diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-09-20 23:30:47 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-09-20 23:30:47 -0400 |
| commit | a284e93ae79354a071f23113af916e0b3c89cd47 (patch) | |
| tree | 927063c51cf2c2ab8c6c252803bfb0093a17200f /src/repo/mod.rs | |
| parent | a4dcc4b5c53966f3c4366e414a3e39d094f21404 (diff) | |
Put database prep somewhere tests can call it.
Diffstat (limited to 'src/repo/mod.rs')
| -rw-r--r-- | src/repo/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repo/mod.rs b/src/repo/mod.rs index f36f0da..cb9d7c8 100644 --- a/src/repo/mod.rs +++ b/src/repo/mod.rs @@ -2,4 +2,5 @@ pub mod channel; pub mod error; pub mod login; pub mod message; +pub mod pool; pub mod token; |
