summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-03-11 09:22:51 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-03-11 11:18:07 +0100
commitd8cc10deecb954613c1a7a6465fd4de3efbbc9c4 (patch)
treef3d33e6139478070b109203e33dca8429a70de5e /Cargo.toml
parentb95c3f21a2a9406d45a0e421a11f6425291f1182 (diff)
Add xdg-based config file merging
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58da28f..0f36ca3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,6 +61,7 @@ url = { version = "2", features = ["serde"] }
uuid = { version = "0.6", features = ["serde", "v4"] }
walkdir = "2"
which = "4"
+xdg = "2"
# Hard-code rand to 0.4.4
#