1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//  MOD.rs
//    by Lut99
//
//  Created:
//    03 Oct 2023, 10:53:58
//  Last edited:
//    03 Oct 2023, 10:54:04
//  Auto updated?
//    Yes
//
//  Description:
//!   Keeps track of old BRANE v1.0.0 configuration files so that we may
//!   upgrade them.
//

// Declare submodules
pub mod v1_0_0;