Add support for TOML config files

This commit is contained in:
Eduard Tolosa 2024-02-05 02:36:33 -05:00
parent c32742b355
commit bac3a8c69e
8 changed files with 134 additions and 18 deletions

View file

@ -15,6 +15,7 @@ md5 = "0.7.0"
chrono = "0.4.33"
prettytable-rs = "0.10.0"
anyhow = "1.0.79"
toml = "0.8.9"
[profile.release]