diff --git a/rust/momento-protos/src/lib.rs b/rust/momento-protos/src/lib.rs index e67fefb..6e23f49 100644 --- a/rust/momento-protos/src/lib.rs +++ b/rust/momento-protos/src/lib.rs @@ -25,3 +25,7 @@ pub mod cache_client { pub mod control_client { include!("control_client.rs"); } + +pub mod store { + include!("store.rs"); +}