feat: read config.toml on program start

We just read it, don't actually parse any of the TOML.
Well, the library does, we just don't do anything /w it
This commit is contained in:
2022-09-25 10:44:51 -03:00
parent 60dbf2f04f
commit 51115cba86
4 changed files with 70 additions and 32 deletions

3
.gitmodules vendored
View File

@@ -10,3 +10,6 @@
[submodule "lib/zig-datetime"]
path = lib/zig-datetime
url = https://github.com/frmdstryr/zig-datetime
[submodule "lib/zig-toml"]
path = lib/zig-toml
url = https://github.com/aeronavery/zig-toml