i/o stuff: skeleton framework for morgue files, and a config.toml file

This commit is contained in:
Llywelwyn 2023-08-24 22:34:05 +01:00
parent b2010958e7
commit 3023a33cc5
17 changed files with 209 additions and 56 deletions

2
src/config/load.rs Normal file
View file

@ -0,0 +1,2 @@
use std::error::Error;
use super::Config;