feat: entry file parsing and directory reading

This commit is contained in:
Lewis Wynne 2026-04-09 11:34:17 +01:00
parent 16a9699fc6
commit 7346141de5
2 changed files with 187 additions and 0 deletions

View file

@ -1,4 +1,5 @@
mod config;
mod entries;
fn main() {
let config = config::Config::load("config.toml").expect("failed to load config.toml");