about summary refs log tree commit diff
path: root/tvix/store/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/lib.rs')
-rw-r--r--tvix/store/src/lib.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tvix/store/src/lib.rs b/tvix/store/src/lib.rs
new file mode 100644
index 000000000000..de1cd6557331
--- /dev/null
+++ b/tvix/store/src/lib.rs
@@ -0,0 +1,10 @@
+pub mod nixbase32;
+pub mod nixpath;
+pub mod proto;
+
+pub mod dummy_blob_service;
+pub mod dummy_directory_service;
+pub mod dummy_path_info_service;
+
+#[cfg(test)]
+mod tests;