add section_config.rs

This commit is contained in:
Dietmar Maurer 2018-11-19 06:47:39 +01:00
parent 948c74f4ca
commit 222454221c
2 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,8 @@ pub mod api {
}
pub mod section_config;
pub mod storage {
pub mod futures;

9
src/section_config.rs Normal file
View File

@ -0,0 +1,9 @@
struct SectionConfig {
}
impl SectionConfig {
}