Skip to content

Commit

Permalink
fix: Include store.rs in lib.rs (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 committed Jun 3, 2024
1 parent c9fcd74 commit 6373dcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/momento-protos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ pub mod cache_client {
pub mod control_client {
include!("control_client.rs");
}

pub mod store {
include!("store.rs");
}

0 comments on commit 6373dcc

Please sign in to comment.