Skip to content
README.md 192 B
Newer Older
Luker's avatar
Luker committed
# Config

The basic Idea is to use toml to parse the configuration, marking each filed as
Option<> if we don't really need it, or leaving the defaults.

Not much to see there aside from that