Add module file for storage
This commit is contained in:
parent
00d0bbf4ae
commit
85a199ffc8
1 changed files with 4 additions and 0 deletions
4
src/storage/mod.rs
Normal file
4
src/storage/mod.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
pub mod path;
|
||||
pub mod file;
|
||||
pub mod parser;
|
||||
pub mod json;
|
Loading…
Reference in a new issue