aboutsummaryrefslogtreecommitdiff
path: root/src/table/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/lib.rs')
-rw-r--r--src/table/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/lib.rs b/src/table/lib.rs
index 62fd30c5..bb249a56 100644
--- a/src/table/lib.rs
+++ b/src/table/lib.rs
@@ -8,9 +8,9 @@ pub mod schema;
pub mod util;
pub mod merkle;
+pub mod replication;
+pub mod data;
pub mod table;
-pub mod table_fullcopy;
-pub mod table_sharded;
pub mod table_sync;
pub use schema::*;