summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-11-28 18:59:40 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-02 18:59:32 +0100
commit9bfda194d73aa01ca34925f0dd40df281fd9d993 (patch)
tree8b02f749c447c9de48ff66a432b30c54e3afea6a /Cargo.toml
parentba75b3000040ff0064252620b82ec969808e4523 (diff)
Implement Profile type for publishing profile(s)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 ddfc31c..80b57df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,3 +42,4 @@ http = "0.2"
serde = "1"
serde_json = "1"
getset = "0.1"
+xdg = "2.4"