Implement reading and writing of config files

This commit is contained in:
Robbert van der Helm
2020-07-13 14:31:33 +02:00
parent 4537b6a5b0
commit 21d48c3022
4 changed files with 98 additions and 4 deletions
+2
View File
@@ -13,6 +13,8 @@ license = "GPL-3.0-or-later"
aho-corasick = "0.7.13"
clap = "3.0.0-beta.1"
rayon = "1.3.1"
serde = "1.0.114"
serde_derive = "1.0.114"
toml = "0.5.6"
walkdir = "2.3.1"
xdg = "2.2.0"