mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-21 10:26:36 +00:00
(not well tested) use merkle tree for sync
This commit is contained in:
+2
-2
@@ -7,11 +7,11 @@ pub mod crdt;
|
||||
pub mod schema;
|
||||
pub mod util;
|
||||
|
||||
pub mod data;
|
||||
pub mod merkle;
|
||||
pub mod replication;
|
||||
pub mod data;
|
||||
pub mod sync;
|
||||
pub mod table;
|
||||
pub mod table_sync;
|
||||
|
||||
pub use schema::*;
|
||||
pub use table::*;
|
||||
|
||||
Reference in New Issue
Block a user