summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-22 17:10:02 +0000
committerLars Wirzenius <liw@liw.fi>2022-03-22 17:10:02 +0000
commit4a9b26903d48d622f7f2a01eb54eec88e92da868 (patch)
tree6d1a5f4fa835cd217d256ac3cdd5baec5902a2af /src/lib.rs
parent7ae1f33ad0cd0df227e83997268ce2f3540db8d7 (diff)
parent018fcd28c8dbf84d34cc370496139f678664ca8f (diff)
downloadobnam2-4a9b26903d48d622f7f2a01eb54eec88e92da868.tar.gz
Merge branch 'liw/schema-refactor' into 'main'
add backup database schema to evolove; break server database Closes #194 and #192 See merge request obnam/obnam!222
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6a30334..fdb318f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -25,10 +25,12 @@ pub mod fsentry;
pub mod fsiter;
pub mod generation;
pub mod genlist;
+pub mod genmeta;
pub mod index;
pub mod indexedstore;
pub mod passwords;
pub mod policy;
+pub mod schema;
pub mod server;
pub mod store;
pub mod workqueue;