add basic config file parsing

This commit is contained in:
sigil-03 2025-11-26 10:33:42 -07:00
commit a127562b16
5 changed files with 1831 additions and 0 deletions

5
test_config.toml Normal file
View file

@ -0,0 +1,5 @@
[[interfaces]]
[interfaces.TcpServer]
bind_addr = "0.0.0.0:4242"