From 873738f0e1dc01f2a75e5e60ae68094b4558ed07 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 20 Mar 2022 07:53:06 +0200 Subject: refactor: put SchemaVersion, GenMeta in their own modules For clarity, though these aren't yet used anywhere. That will happen soon. Sponsored-by: author --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') 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; -- cgit v1.2.1