diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-21 18:01:50 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-21 18:01:50 +0100 |
commit | 28efe341cbb4d96b5f81f5fe756f1a0995461e77 (patch) | |
tree | 27664b3c8519df6cea381218d3542f19e0c04126 /src/table/lib.rs | |
parent | b7a377308bbcbb7285a5b11cdcb07361eff93a28 (diff) | |
parent | b3814b15ccc233d7c4233b43816cce20db278f17 (diff) | |
download | garage-28efe341cbb4d96b5f81f5fe756f1a0995461e77.tar.gz garage-28efe341cbb4d96b5f81f5fe756f1a0995461e77.zip |
Merge branch 'master' into feature/website
Diffstat (limited to 'src/table/lib.rs')
-rw-r--r-- | src/table/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/lib.rs b/src/table/lib.rs index a10f78c2..704f8f1e 100644 --- a/src/table/lib.rs +++ b/src/table/lib.rs @@ -3,6 +3,7 @@ #[macro_use] extern crate log; +pub mod crdt; pub mod schema; pub mod util; |