diff options
author | axtloss <axtlos@disroot.org> | 2024-01-25 12:58:17 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-01-25 12:58:17 +0100 |
commit | 17875ae65fcf5c9aae43804bf1baf099f367725e (patch) | |
tree | a21f89b4fa5b7944e24e96c398f95f29a648f75d /src/core/mod.rs | |
parent | 085c6c2a32be55c03a0bd1d54122c25579d9a1e8 (diff) | |
download | fsverify-17875ae65fcf5c9aae43804bf1baf099f367725e.tar.gz fsverify-17875ae65fcf5c9aae43804bf1baf099f367725e.tar.bz2 |
progress
Diffstat (limited to 'src/core/mod.rs')
-rw-r--r-- | src/core/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mod.rs b/src/core/mod.rs new file mode 100644 index 0000000..e626ba5 --- /dev/null +++ b/src/core/mod.rs @@ -0,0 +1 @@ +pub mod storage;
\ No newline at end of file |