Skip to content

Commit 23e3216

Browse files
author
Devdutt Shenoi
committed
make pub
1 parent c149965 commit 23e3216

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/lib.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818

1919
mod about;
2020
mod alerts;
21-
mod analytics;
21+
pub mod analytics;
2222
pub mod banner;
2323
mod catalog;
2424
mod cli;
2525
mod event;
26-
mod handlers;
27-
mod hottier;
26+
pub mod handlers;
27+
pub mod hottier;
2828
mod livetail;
29-
mod localcache;
29+
pub mod localcache;
3030
mod metadata;
31-
mod metrics;
32-
mod migration;
31+
pub mod metrics;
32+
pub mod migration;
3333
mod oidc;
3434
pub mod option;
3535
mod query;
@@ -39,8 +39,8 @@ mod response;
3939
mod static_schema;
4040
mod stats;
4141
pub mod storage;
42-
mod sync;
43-
mod users;
42+
pub mod sync;
43+
pub mod users;
4444
mod utils;
4545
mod validator;
4646

0 commit comments

Comments
 (0)