diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,10 +3,12 @@ pub mod config; pub mod database; pub mod http; pub mod keys; +pub mod migrations; pub mod oauth; pub use clients::ClientManager; pub use config::Config; pub use database::Database; pub use http::Server; +pub use migrations::MigrationRunner; pub use oauth::OAuthServer; |
