summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-28 19:57:14 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-04-28 20:27:29 +0200
commit44f514ea642dafdbbf44258919473a2fc711d3d9 (patch)
tree07f9779d429ff743777647b769fa09a9457cf0f0 /Cargo.toml
parentb2bb2d91d824b395c17e72c81aa3efd2574d6e0f (diff)
Reset main() impl
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 889aa0c..617263a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,4 +35,5 @@ hyper = "0.12"
itertools = "0.7"
tokio = { version = "0.2", features = ["full"] }
add_getters_setters = "1.1"
+xdg = "2"
structopt = "0.3"