summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-12-26 17:21:49 +0000
committerLars Wirzenius <liw@liw.fi>2021-12-26 17:21:49 +0000
commit010480a957c52e14172049aea3e692447be8cdfe (patch)
treefefd20b8aa3da4d7771a46121fc03d8fb1c5dad0 /src/lib.rs
parent9f170606eb4fc24086274b446bb77cc1195280f0 (diff)
parentabfeccd0d839eef9e90397dcff40f0bf918ed477 (diff)
downloadobnam-benchmark-010480a957c52e14172049aea3e692447be8cdfe.tar.gz
Merge branch 'random' into 'main'
feat: generate test data with junk contents See merge request obnam/obnam-benchmark!3
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 82e735b..e1e2b81 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -29,6 +29,7 @@
//! not analyze the data. The data can be stored for later analysis.
pub mod daemon;
+pub mod junk;
pub mod obnam;
pub mod result;
pub mod server;